PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CreateEventTrigStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * trigname
 
char * eventname
 
Listwhenclause
 
Listfuncname
 

Detailed Description

Definition at line 3123 of file parsenodes.h.

Field Documentation

◆ eventname

char* CreateEventTrigStmt::eventname

Definition at line 3127 of file parsenodes.h.

◆ funcname

List* CreateEventTrigStmt::funcname

Definition at line 3129 of file parsenodes.h.

◆ trigname

char* CreateEventTrigStmt::trigname

Definition at line 3126 of file parsenodes.h.

◆ type

NodeTag CreateEventTrigStmt::type

Definition at line 3125 of file parsenodes.h.

◆ whenclause

List* CreateEventTrigStmt::whenclause

Definition at line 3128 of file parsenodes.h.


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