Enumeration of KI_END values

DEF ENUM enumeration name KDB_END_ENUM

Enumeration ValueValueDescription
_KDB_END_DEFAULT2Default. Same as KDB_END_CURSOR
_KDB_END_RESULT_SET3Finished with the current result set
_KDB_END_CURSOR2Finished with sequential query and result set
_KDB_END_ALL1Finished with all queries and reads on this handle but don't want to close it yet.

Back to the list of Enumerations and Constants