DatabaseMetaData.supportsGroupBy
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract boolean supportsGroupBy() throws SQLException
Returns
     true if so
    Description
 Is some form of "GROUP BY" clause supported?
  
Exceptions
 SQLException
     if a database-access error occurs.