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 3682 of file parsenodes.h.
List* RuleStmt::actions |
Definition at line 3690 of file parsenodes.h.
CmdType RuleStmt::event |
Definition at line 3688 of file parsenodes.h.
bool RuleStmt::instead |
Definition at line 3689 of file parsenodes.h.
RangeVar* RuleStmt::relation |
Definition at line 3685 of file parsenodes.h.
bool RuleStmt::replace |
Definition at line 3691 of file parsenodes.h.
char* RuleStmt::rulename |
Definition at line 3686 of file parsenodes.h.
NodeTag RuleStmt::type |
Definition at line 3684 of file parsenodes.h.
Node* RuleStmt::whereClause |
Definition at line 3687 of file parsenodes.h.