DatabaseMetaData.getMaxStatements
Interface Overview | Interface Members |
This Package |
All Packages
public abstract int getMaxStatements() throws SQLException
Returns
the maximum
Description
How many active statements can we have open at one time to this
database?
Exceptions
SQLException
if a database-access error occurs.