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 3634 of file parsenodes.h.
List* RuleStmt::actions |
Definition at line 3642 of file parsenodes.h.
CmdType RuleStmt::event |
Definition at line 3640 of file parsenodes.h.
bool RuleStmt::instead |
Definition at line 3641 of file parsenodes.h.
RangeVar* RuleStmt::relation |
Definition at line 3637 of file parsenodes.h.
bool RuleStmt::replace |
Definition at line 3643 of file parsenodes.h.
char* RuleStmt::rulename |
Definition at line 3638 of file parsenodes.h.
NodeTag RuleStmt::type |
Definition at line 3636 of file parsenodes.h.
Node* RuleStmt::whereClause |
Definition at line 3639 of file parsenodes.h.