supportsGroupBy()
Syntax:
boolean supportsGroupBy() throws SQLException
Description:
Retrieves whether this database supports some form of GROUP BY clause.
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs