KDB constants

>Database logging constants

Database logging constants

These are constants for the values inserted into the TYPESTAMP column of a log table when the logged table is modified. Table change logging is enabled with ALTER TABLE.

DEF ENUM enumeration name KDB_LOG_TYPE_ENUM

Enumeration ValueValueDescription
_KDB_LOG_TYPE_INSERT1Table row INSERT
_KDB_LOG_TYPE_UPDATE2Table row UPDATE
_KDB_LOG_TYPE_DELETE3Table row DELETE
_KDB_TYPE_INSERT1obsolete do not use
_KDB_TYPE_UPDATE2obsolete do not use
_KDB_TYPE_DELETE3obsolete do not use

Back to the list of Enumerations and Constants