Retrieves whether NULL values are sorted high.

public boolean nullsAreSortedHigh()

Return Value

True if the values are sorted high. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also