supportsResultSetConcurrency( type, concurrency )

Previous Next

Returns true if the database supports the specified concurrency type in combination with the given result set type. Returns false otherwise.

Syntax

supportsResultSetConcurrency( int type, int concurrency )

 

Parameters

type

A result set type.

Values identifying result set types are defined in java.sql.ResultSet.

concurrency

A concurrency type.

Values identifying concurrency types are defined in java.sql.ResultSet.