getMaxStatements()
Syntax:
int getMaxStatements() throws SQLException
Description:
Retrieves the maximum number of active statements to this database that can be open at the same time.
Returns:
the maximum number of statements that can be open at one time; a result of zero means that there is no limit or the limit is not known
Throws:
SQLException - if a database access error occurs