PostgreSQL Source Code  git master
CreateTrigStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
bool replace
 
bool isconstraint
 
char * trigname
 
RangeVarrelation
 
Listfuncname
 
Listargs
 
bool row
 
int16 timing
 
int16 events
 
Listcolumns
 
NodewhenClause
 
ListtransitionRels
 
bool deferrable
 
bool initdeferred
 
RangeVarconstrrel
 

Detailed Description

Definition at line 2854 of file parsenodes.h.

Field Documentation

◆ args

◆ columns

◆ constrrel

◆ deferrable

◆ events

◆ funcname

◆ initdeferred

bool CreateTrigStmt::initdeferred

◆ isconstraint

bool CreateTrigStmt::isconstraint

◆ relation

◆ replace

◆ row

◆ timing

◆ transitionRels

List* CreateTrigStmt::transitionRels

◆ trigname

char* CreateTrigStmt::trigname

◆ type

NodeTag CreateTrigStmt::type

Definition at line 2856 of file parsenodes.h.

◆ whenClause


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