supportsOrderByUnrelated()
Syntax:
boolean supportsOrderByUnrelated() throws SQLException
Description:
Retrieves whether this database supports using a column that is not in the SELECT statement in an ORDER BY clause.
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs