PostgreSQL Source Code git master
Loading...
Searching...
No Matches
RuleStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarrelation
 
charrulename
 
NodewhereClause
 
CmdType event
 
bool instead
 
Listactions
 
bool replace
 

Detailed Description

Definition at line 3851 of file parsenodes.h.

Field Documentation

◆ actions

List* RuleStmt::actions

Definition at line 3859 of file parsenodes.h.

◆ event

CmdType RuleStmt::event

Definition at line 3857 of file parsenodes.h.

◆ instead

bool RuleStmt::instead

Definition at line 3858 of file parsenodes.h.

◆ relation

RangeVar* RuleStmt::relation

Definition at line 3854 of file parsenodes.h.

◆ replace

bool RuleStmt::replace

Definition at line 3860 of file parsenodes.h.

◆ rulename

char* RuleStmt::rulename

Definition at line 3855 of file parsenodes.h.

◆ type

NodeTag RuleStmt::type

Definition at line 3853 of file parsenodes.h.

◆ whereClause

Node* RuleStmt::whereClause

Definition at line 3856 of file parsenodes.h.


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