Does the database support the
concurrency type in combination with the given result set type?
Returns true if so; false otherwise
Syntax
supportsResultSetConcurrency(int type, int concurrency)
Parameters
type
defined in java.sql.ResultSet
concurrency
type defined in java.sql.ResultSet
|