DatabaseMetaData.nullsAreSortedLow

DatabaseMetaData.nullsAreSortedLow

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean nullsAreSortedLow() throws SQLException
Returns
true if so
Description
Are NULL values sorted low?

Exceptions
SQLException if a database-access error occurs.