Retrieves whether this database supports some form of the GROUP BY clause.
public boolean supportsGroupBy()
Return Value
True if supported. Otherwise, false.
Exceptions
Remarks
This supportsGroupBy method is specified by the supportsGroupBy method in the java.sql.DatabaseMetaData interface.