DB2®ResultSet Properties
The properties of the DB2ResultSet class are listed here.
| Property | Description |
|---|---|
BlockForNRows |
Controls the number of rows to be returned to client in a single fetch request |
CursorType |
Indicates the type of cursor represented by the DB2ResultSet object. |
Depth |
Indicates the depth of nesting for the current row. |
FieldCount |
The number of columns in the current row. |
HasRows |
Indicates whether the DB2ResultSet contains one or more rows. |
IsClosed |
Indicates whether the DB2ResultSet is closed. |
IsDeleted |
Gets a value that indicates if the row is deleted. |
RecordsAffected |
Gets a value that indicates the number of records that are affected by a Delete, Insert, or Update operation. |
Scrollable |
Gets a value that indicates if the cursor is scrollable. |
Sensitive |
Gets a value that indicates if the cursor is sensitive to updates made by the application and other cursors. |
SkipDeleted |
Gets a value that indicates if the cursor skips deleted rows when fetching. |
this |
Overloaded. Gets the value of a column in its native format. |
Updatable |
Gets a value that indicates if you can update the result set. |