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