|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
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 3194 of file parsenodes.h.
| List* CreateTrigStmt::args |
Definition at line 3202 of file parsenodes.h.
| List* CreateTrigStmt::columns |
Definition at line 3208 of file parsenodes.h.
| RangeVar* CreateTrigStmt::constrrel |
Definition at line 3215 of file parsenodes.h.
| bool CreateTrigStmt::deferrable |
Definition at line 3213 of file parsenodes.h.
| int16 CreateTrigStmt::events |
Definition at line 3207 of file parsenodes.h.
| List* CreateTrigStmt::funcname |
Definition at line 3201 of file parsenodes.h.
| bool CreateTrigStmt::initdeferred |
Definition at line 3214 of file parsenodes.h.
| bool CreateTrigStmt::isconstraint |
Definition at line 3198 of file parsenodes.h.
| RangeVar* CreateTrigStmt::relation |
Definition at line 3200 of file parsenodes.h.
| bool CreateTrigStmt::replace |
Definition at line 3197 of file parsenodes.h.
| bool CreateTrigStmt::row |
Definition at line 3203 of file parsenodes.h.
| int16 CreateTrigStmt::timing |
Definition at line 3205 of file parsenodes.h.
| List* CreateTrigStmt::transitionRels |
Definition at line 3211 of file parsenodes.h.
| char* CreateTrigStmt::trigname |
Definition at line 3199 of file parsenodes.h.
| NodeTag CreateTrigStmt::type |
Definition at line 3196 of file parsenodes.h.
| Node* CreateTrigStmt::whenClause |
Definition at line 3209 of file parsenodes.h.