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 3134 of file parsenodes.h.

Field Documentation

◆ eventname

char* CreateEventTrigStmt::eventname

Definition at line 3138 of file parsenodes.h.

◆ funcname

List* CreateEventTrigStmt::funcname

Definition at line 3140 of file parsenodes.h.

◆ trigname

char* CreateEventTrigStmt::trigname

Definition at line 3137 of file parsenodes.h.

◆ type

NodeTag CreateEventTrigStmt::type

Definition at line 3136 of file parsenodes.h.

◆ whenclause

List* CreateEventTrigStmt::whenclause

Definition at line 3139 of file parsenodes.h.


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