The following tables list the fields that are exposed by the SQLServerResultSet class.
Fields
| Name | Description |
|---|---|
|
Used to specify a SQL Server read/write optimistic concurrency type with no row locks. |
|
|
Used to specify a SQL Server read/write optimistic concurrency type with no row locks. |
|
|
Used to specify a SQL Server read/write optimistic concurrency type with row locks. |
|
|
Used to specify a SQL Server fast forward-only, read-only cursor type. |
|
|
Used to specify a SQL Server dynamic cursor type. |
|
|
Used to specify a SQL Server keyset cursor type. |
|
|
Used to specify a SQL Server static cursor type. |
|
|
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 |