nullsAreSortedLow()

Syntax:

boolean nullsAreSortedLow()
                          throws SQLException

Description:

Retrieves whether NULL values are sorted low. Sorted low means that NULL values sort lower than any other value in a domain. In an ascending order, if this method returns true, NULL values will appear at the beginning. By contrast, the method nullsAreSortedAtStart indicates whether NULL values are sorted at the beginning regardless of sort order.

Returns:

true if so; false otherwise

Throws:

SQLException - if a database access error occurs