KDB cache constants

>Database Constants

Database constants

These are constants used with the KDB KI_OPEN routine to control how cached tables are controlled.

DEF ENUM enumeration name KDB_CACHE_ENUM

Enumeration ValueValueDescription
_KDB_CACHE_NONE0Do not cache
_KDB_CACHE_TABLE-2Cache table rows, do not allow passthrough
_KDB_CACHE_REMOVE_FILE-1Remove existing cache file and recreate
_KDB_CACHE_ROWS_ONLY-2Cache table rows only, do not allow any passthrough
_KDB_CACHE_PASSTHROUGH-3Cache table rows, allows passthrough for some operations

Back to the list of Enumerations and Constants