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