|
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 3742 of file parsenodes.h.
| List* RuleStmt::actions |
Definition at line 3750 of file parsenodes.h.
| CmdType RuleStmt::event |
Definition at line 3748 of file parsenodes.h.
| bool RuleStmt::instead |
Definition at line 3749 of file parsenodes.h.
| RangeVar* RuleStmt::relation |
Definition at line 3745 of file parsenodes.h.
| bool RuleStmt::replace |
Definition at line 3751 of file parsenodes.h.
| char* RuleStmt::rulename |
Definition at line 3746 of file parsenodes.h.
| NodeTag RuleStmt::type |
Definition at line 3744 of file parsenodes.h.
| Node* RuleStmt::whereClause |
Definition at line 3747 of file parsenodes.h.