Retrieves whether NULL values are sorted at the start, regardless of sort order.

public boolean nullsAreSortedAtStart()

Return Value

True if sorted at the start. Otherwise, false.

Exceptions

SQLServerException

Remarks

This nullsAreSortedAtStart method is specified by the nullsAreSortedAtStart method in the java.sql.DatabaseMetaData interface.

See Also