supportsResultSetConcurrency(int type, int concurrency)
Syntax:
boolean supportsResultSetConcurrency(int type, int concurrency) throws SQLException
Description:
Retrieves whether this database supports the given concurrency type in combination with the given result set type.
Parameters:
type - defined in java.sql.ResultSet
concurrency - type defined in java.sql.ResultSet
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs