PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
RuleStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
char * rulename
 
NodewhereClause
 
CmdType event
 
bool instead
 
Listactions
 
bool replace
 

Detailed Description

Definition at line 3634 of file parsenodes.h.

Field Documentation

◆ actions

List* RuleStmt::actions

Definition at line 3642 of file parsenodes.h.

◆ event

CmdType RuleStmt::event

Definition at line 3640 of file parsenodes.h.

◆ instead

bool RuleStmt::instead

Definition at line 3641 of file parsenodes.h.

◆ relation

RangeVar* RuleStmt::relation

Definition at line 3637 of file parsenodes.h.

◆ replace

bool RuleStmt::replace

Definition at line 3643 of file parsenodes.h.

◆ rulename

char* RuleStmt::rulename

Definition at line 3638 of file parsenodes.h.

◆ type

NodeTag RuleStmt::type

Definition at line 3636 of file parsenodes.h.

◆ whereClause

Node* RuleStmt::whereClause

Definition at line 3639 of file parsenodes.h.


The documentation for this struct was generated from the following file: