Enumeration of KI_END values
| Enumeration Value | Value | Description |
|---|---|---|
| _KDB_END_DEFAULT | 2 | Default. Same as KDB_END_CURSOR |
| _KDB_END_RESULT_SET | 3 | Finished with the current result set |
| _KDB_END_CURSOR | 2 | Finished with sequential query and result set |
| _KDB_END_ALL | 1 | Finished with all queries and reads on this handle but don't want to close it yet. |
Back to the list of Enumerations and Constants