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 2443 of file parsenodes.h.
List* CreateTrigStmt::args |
Definition at line 2451 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().
List* CreateTrigStmt::columns |
Definition at line 2457 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().
RangeVar* CreateTrigStmt::constrrel |
Definition at line 2464 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().
bool CreateTrigStmt::deferrable |
Definition at line 2462 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().
int16 CreateTrigStmt::events |
Definition at line 2456 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().
List* CreateTrigStmt::funcname |
Definition at line 2450 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().
bool CreateTrigStmt::initdeferred |
Definition at line 2463 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().
bool CreateTrigStmt::isconstraint |
Definition at line 2447 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().
RangeVar* CreateTrigStmt::relation |
Definition at line 2449 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), index_constraint_create(), and transformCreateSchemaStmt().
bool CreateTrigStmt::replace |
Definition at line 2446 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().
bool CreateTrigStmt::row |
Definition at line 2452 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().
int16 CreateTrigStmt::timing |
Definition at line 2454 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().
List* CreateTrigStmt::transitionRels |
Definition at line 2460 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().
char* CreateTrigStmt::trigname |
Definition at line 2448 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().
NodeTag CreateTrigStmt::type |
Definition at line 2445 of file parsenodes.h.
Node* CreateTrigStmt::whenClause |
Definition at line 2458 of file parsenodes.h.
Referenced by CloneRowTriggersToPartition(), CreateFKCheckTrigger(), createForeignKeyActionTriggers(), CreateTrigger(), and index_constraint_create().