DatabaseMetaData.getMaxConnections

DatabaseMetaData.getMaxConnections

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract int getMaxConnections() throws SQLException
Returns
max connections
Description
How many active connections can we have at a time to this database?

Exceptions
SQLException if a database-access error occurs.