KDB KI_INFO handle REVOKE status

>Database Constants

KI_INFO constants

These are enumerated constants used with the KI_INFO KDB database routines to determine how the information should be gathered especially on SQL databases where row counting is expensive. There are two types of option, an enumeration of the row counting modes and an independent serial number attribute which can be added.

DEF ENUM enumeration name KDB_HANDLE_REVOKE

Enumeration ValueValueDescription
_KDB_REVOKE_NONE0x0nothing REVOKEd
_KDB_REVOKE_ALTER0x1ALTER not permitted
_KDB_REVOKE_DELETE0x2DELETE not permitted
_KDB_REVOKE_INSERT0x4INSERT not permitted
_KDB_REVOKE_SELECT0x10SELECT not permitted
_KDB_REVOKE_UPDATE0x20UPDATE not permitted

Back to the list of Enumerations and Constants