Expand Minimize
This topic has not yet been rated - Rate this topic

supportsOrderByUnrelated Method (SQLServerDatabaseMetaData)

Retrieves whether this database supports using a column that is not in the SELECT statement in an ORDER BY clause.


public boolean supportsOrderByUnrelated()

true if supported. Otherwise, false.

This supportsOrderByUnrelated method is specified by the supportsOrderByUnrelated method in the java.sql.DatabaseMetaData interface.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.