KDB handle attribute constants

DEF ENUM enumeration name KDB_HANDLE_ATTR_ENUM

Enumeration ValueValueDescription
_KDB_HAND_ATTR_TRACKSQL1boolean controlling SQL tracking
_KDB_HAND_ATTR_SQL2Last generated native SQL, requires tracking to be enabled
_KDB_HAND_ATTR_WSMAXROWS3max rows in a WS result set
_KDB_HAND_ATTR_PREFETCH4prefetch count
_KDB_HAND_ATTR_CURSORCACHE5number of plans to cache (max 15)
_KDB_HAND_ATTR_RCN6RCN of last read on the handle
_KDB_HAND_ATTR_PART_INDEX7accessing partitioned indexes from base table
_KDB_HAND_ATTR_START_WINDOW8size of result set window in open starts
_KDB_HAND_ATTR_USE_SAVEPOINT9BOOL to ensure an INSERT is enclosed in a subtransaction
_KDB_HAND_ATTR_START_WINDOW_THRESHOLD10Number of windows after which we double the window size.
_KDB_HAND_ATTR_START_WINDOW_MAX11Maximum number of rows in an adaptive window
_KDB_HAND_ATTR_TABLE_NAME12Table name associated with handle.
_KDB_HAND_ATTR_HASHWHERE13#WHERE added to all operations.
_KDB_HAND_ATTR_COLUMN_VALUES14Column values added to writes on this handle
_KDB_HAND_ATTR_TABLE_MODIFIED15Flag to indicate if a table has been modified since it was opened.
_KDB_HAND_ATTR_SKIPKEYCOLS16Number of leading key columns to skip on start operations.

Back to the list of Enumerations and Constants