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 3605 of file parsenodes.h.
List* RuleStmt::actions |
Definition at line 3613 of file parsenodes.h.
CmdType RuleStmt::event |
Definition at line 3611 of file parsenodes.h.
bool RuleStmt::instead |
Definition at line 3612 of file parsenodes.h.
RangeVar* RuleStmt::relation |
Definition at line 3608 of file parsenodes.h.
bool RuleStmt::replace |
Definition at line 3614 of file parsenodes.h.
char* RuleStmt::rulename |
Definition at line 3609 of file parsenodes.h.
NodeTag RuleStmt::type |
Definition at line 3607 of file parsenodes.h.
Node* RuleStmt::whereClause |
Definition at line 3610 of file parsenodes.h.