8.7.91 nullsAreSortedAtEnd()
- Organization of this subsection
(1) Function
This method retrieves whether null values are sorted at the end, regardless of the specified sort order.
(2) Format
public synchronized boolean nullsAreSortedAtEnd() throws SQLException
(3) Arguments
None.
(4) Return value
This method always returns false.
(5) Exceptions
If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.