getMaxConnections()
Syntax:
int getMaxConnections() throws SQLException
Description:
Retrieves the maximum number of concurrent connections to this database that are possible.
Returns:
the maximum number of active connections possible 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