supportsGroupByUnrelated()
Syntax:
boolean supportsGroupByUnrelated()
                                 throws SQLException
                                        Description:
Retrieves whether this database supports using a column that is not in the SELECT statement in a GROUP BY clause.
Returns:
true if so; false otherwise
Throws:
SQLException - if a database access error occurs