DatabaseMetaData.nullsAreSortedAtStart

DatabaseMetaData.nullsAreSortedAtStart

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean nullsAreSortedAtStart() throws SQLException
Returns
true if so
Description
Are NULL values sorted at the start regardless of sort order?

Exceptions
SQLException if a database-access error occurs.