DatabaseMetaData.supportsOrderByUnrelated
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract boolean supportsOrderByUnrelated() throws SQLException
Returns
     true if so
    Description
 Can an "ORDER BY" clause use columns not in the SELECT?
  
Exceptions
 SQLException
     if a database-access error occurs.