SQLServerResultSet Fields

The following tables list the fields that are exposed by the SQLServerResultSet class.

Fields

Name Description

CONCUR_SS_OPTIMISTIC_CC

Used to specify a SQL Server read/write optimistic concurrency type with no row locks.

CONCUR_SS_OPTIMISTIC_CCVAL

Used to specify a SQL Server read/write optimistic concurrency type with no row locks.

CONCUR_SS_SCROLL_LOCKS

Used to specify a SQL Server read/write optimistic concurrency type with row locks.

TYPE_SS_DIRECT_FORWARD_ONLY

Used to specify a SQL Server fast forward-only, read-only cursor type.

TYPE_SS_SCROLL_DYNAMIC

Used to specify a SQL Server dynamic cursor type.

TYPE_SS_SCROLL_KEYSET

Used to specify a SQL Server keyset cursor type.

TYPE_SS_SCROLL_STATIC

Used to specify a SQL Server static cursor type.

TYPE_SS_SERVER_CURSOR_FORWARD_ONLY

Used to specify a SQL Server fast forward-only, read-only cursor type.

Inherited Fields

Class inherited from: Description

java.sql.ResultSet

CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE

See Also

Reference

SQLServerResultSet Class

Concepts

SQLServerResultSet Members