PostgreSQL Source Code git master
Loading...
Searching...
No Matches
Trigger Struct Reference

#include <reltrigger.h>

Data Fields

Oid tgoid
 
chartgname
 
Oid tgfoid
 
int16 tgtype
 
char tgenabled
 
bool tgisinternal
 
bool tgisclone
 
Oid tgconstrrelid
 
Oid tgconstrindid
 
Oid tgconstraint
 
bool tgdeferrable
 
bool tginitdeferred
 
int16 tgnargs
 
int16 tgnattr
 
int16tgattr
 
char ** tgargs
 
chartgqual
 
chartgoldtable
 
chartgnewtable
 

Detailed Description

Definition at line 23 of file reltrigger.h.

Field Documentation

◆ tgargs

◆ tgattr

int16* Trigger::tgattr

Definition at line 40 of file reltrigger.h.

◆ tgconstraint

Oid Trigger::tgconstraint

Definition at line 35 of file reltrigger.h.

◆ tgconstrindid

Oid Trigger::tgconstrindid

Definition at line 34 of file reltrigger.h.

Referenced by unique_key_recheck().

◆ tgconstrrelid

Oid Trigger::tgconstrrelid

Definition at line 33 of file reltrigger.h.

◆ tgdeferrable

bool Trigger::tgdeferrable

Definition at line 36 of file reltrigger.h.

◆ tgenabled

char Trigger::tgenabled

Definition at line 30 of file reltrigger.h.

◆ tgfoid

Oid Trigger::tgfoid

Definition at line 28 of file reltrigger.h.

Referenced by ExecCallTriggerFunc().

◆ tginitdeferred

bool Trigger::tginitdeferred

Definition at line 37 of file reltrigger.h.

◆ tgisclone

bool Trigger::tgisclone

Definition at line 32 of file reltrigger.h.

◆ tgisinternal

bool Trigger::tgisinternal

Definition at line 31 of file reltrigger.h.

◆ tgname

◆ tgnargs

◆ tgnattr

int16 Trigger::tgnattr

Definition at line 39 of file reltrigger.h.

◆ tgnewtable

char* Trigger::tgnewtable

Definition at line 44 of file reltrigger.h.

◆ tgoid

Oid Trigger::tgoid

◆ tgoldtable

char* Trigger::tgoldtable

Definition at line 43 of file reltrigger.h.

◆ tgqual

char* Trigger::tgqual

Definition at line 42 of file reltrigger.h.

◆ tgtype

int16 Trigger::tgtype

Definition at line 29 of file reltrigger.h.


The documentation for this struct was generated from the following file: