DatabaseMetaData.nullsAreSortedAtEnd

DatabaseMetaData.nullsAreSortedAtEnd

Interface Overview | Interface Members | This Package | All Packages

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

Exceptions
SQLException if a database-access error occurs.