FetchStatus constants
The FetchStatus constants identify the status of moving the cursor in a result set.
| Constant | Value | Description |
|---|---|---|
| _SUCCESS | 1 | The next record in the result set was successfully obtained. |
| _NO_DATA_FOUND | 2 | No more records were found in the result set. |
| _MAX_ROWS_EXCEEDED | 3 | Not used. |