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 3456 of file parsenodes.h.
List* RuleStmt::actions |
Definition at line 3464 of file parsenodes.h.
CmdType RuleStmt::event |
Definition at line 3462 of file parsenodes.h.
bool RuleStmt::instead |
Definition at line 3463 of file parsenodes.h.
RangeVar* RuleStmt::relation |
Definition at line 3459 of file parsenodes.h.
bool RuleStmt::replace |
Definition at line 3465 of file parsenodes.h.
char* RuleStmt::rulename |
Definition at line 3460 of file parsenodes.h.
NodeTag RuleStmt::type |
Definition at line 3458 of file parsenodes.h.
Node* RuleStmt::whereClause |
Definition at line 3461 of file parsenodes.h.