getMaxColumnsInGroupBy()

Syntax:

int getMaxColumnsInGroupBy()
                           throws SQLException

Description:

Retrieves the maximum number of columns this database allows in a GROUP BY clause.

Returns:

the maximum number of columns allowed; a result of zero means that there is no limit or the limit is not known

Throws:

SQLException - if a database access error occurs