evtcache.h File Reference
Include dependency graph for evtcache.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumeration Type Documentation
◆ EventTriggerEvent
Enumerator |
---|
EVT_DDLCommandStart |
EVT_DDLCommandEnd |
EVT_SQLDrop |
EVT_TableRewrite |
EVT_Login |
Definition at line 20 of file evtcache.h.
Function Documentation
◆ EventCacheLookup()
Definition at line 63 of file evtcache.c.
64{
66
71}
void * hash_search(HTAB *hashp, const void *keyPtr, HASHACTION action, bool *foundPtr)
static void BuildEventTriggerCache(void)
static HTAB * EventTriggerCache
static EventTriggerCacheStateType EventTriggerCacheState
References BuildEventTriggerCache(), ETCS_VALID, EventTriggerCache, EventTriggerCacheState, HASH_FIND, hash_search(), NIL, and EventTriggerCacheEntry::triggerlist.
Referenced by EventTriggerCommonSetup(), and trackDroppedObjectsNeeded().