PostgreSQL Source Code: CreateTrigStmt Struct Reference (original) (raw)
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
bool | replace |
bool | isconstraint |
char * | trigname |
RangeVar * | relation |
List * | funcname |
List * | args |
bool | row |
int16 | timing |
int16 | events |
List * | columns |
Node * | whenClause |
List * | transitionRels |
bool | deferrable |
bool | initdeferred |
RangeVar * | constrrel |
Definition at line 3095 of file parsenodes.h.
◆ args
List* CreateTrigStmt::args
◆ columns
List* CreateTrigStmt::columns
◆ constrrel
◆ deferrable
bool CreateTrigStmt::deferrable
◆ events
int16 CreateTrigStmt::events
◆ funcname
List* CreateTrigStmt::funcname
◆ initdeferred
bool CreateTrigStmt::initdeferred
◆ isconstraint
bool CreateTrigStmt::isconstraint
◆ relation
◆ replace
bool CreateTrigStmt::replace
◆ row
◆ timing
int16 CreateTrigStmt::timing
◆ transitionRels
List* CreateTrigStmt::transitionRels
◆ trigname
char* CreateTrigStmt::trigname
◆ type
◆ whenClause
Node* CreateTrigStmt::whenClause
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h