PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
RangeVar * | relation |
char * | rulename |
Node * | whereClause |
CmdType | event |
bool | instead |
List * | actions |
bool | replace |
Definition at line 3702 of file parsenodes.h.
List* RuleStmt::actions |
Definition at line 3710 of file parsenodes.h.
CmdType RuleStmt::event |
Definition at line 3708 of file parsenodes.h.
bool RuleStmt::instead |
Definition at line 3709 of file parsenodes.h.
RangeVar* RuleStmt::relation |
Definition at line 3705 of file parsenodes.h.
bool RuleStmt::replace |
Definition at line 3711 of file parsenodes.h.
char* RuleStmt::rulename |
Definition at line 3706 of file parsenodes.h.
NodeTag RuleStmt::type |
Definition at line 3704 of file parsenodes.h.
Node* RuleStmt::whereClause |
Definition at line 3707 of file parsenodes.h.