PostgreSQL Source Code  git master
Constraint Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ConstrType contype
 
char * conname
 
bool deferrable
 
bool initdeferred
 
bool skip_validation
 
bool initially_valid
 
bool is_no_inherit
 
Noderaw_expr
 
char * cooked_expr
 
char generated_when
 
int inhcount
 
bool nulls_not_distinct
 
Listkeys
 
Listincluding
 
Listexclusions
 
Listoptions
 
char * indexname
 
char * indexspace
 
bool reset_default_tblspc
 
char * access_method
 
Nodewhere_clause
 
RangeVarpktable
 
Listfk_attrs
 
Listpk_attrs
 
char fk_matchtype
 
char fk_upd_action
 
char fk_del_action
 
Listfk_del_set_cols
 
Listold_conpfeqop
 
Oid old_pktable_oid
 
ParseLoc location
 

Detailed Description

Definition at line 2733 of file parsenodes.h.

Field Documentation

◆ access_method

char* Constraint::access_method

Definition at line 2762 of file parsenodes.h.

Referenced by transformIndexConstraint().

◆ conname

◆ contype

◆ cooked_expr

char* Constraint::cooked_expr

◆ deferrable

◆ exclusions

List* Constraint::exclusions

Definition at line 2755 of file parsenodes.h.

Referenced by transformIndexConstraint().

◆ fk_attrs

◆ fk_del_action

◆ fk_del_set_cols

List* Constraint::fk_del_set_cols

◆ fk_matchtype

char Constraint::fk_matchtype

◆ fk_upd_action

◆ generated_when

char Constraint::generated_when

Definition at line 2747 of file parsenodes.h.

Referenced by transformAlterTableStmt(), and transformColumnDefinition().

◆ including

List* Constraint::including

Definition at line 2753 of file parsenodes.h.

Referenced by transformIndexConstraint().

◆ indexname

char* Constraint::indexname

Definition at line 2758 of file parsenodes.h.

Referenced by transformIndexConstraint().

◆ indexspace

char* Constraint::indexspace

Definition at line 2759 of file parsenodes.h.

Referenced by transformIndexConstraint().

◆ inhcount

int Constraint::inhcount

Definition at line 2748 of file parsenodes.h.

◆ initdeferred

◆ initially_valid

◆ is_no_inherit

bool Constraint::is_no_inherit

◆ keys

List* Constraint::keys

Definition at line 2751 of file parsenodes.h.

Referenced by transformColumnDefinition(), and transformIndexConstraint().

◆ location

◆ nulls_not_distinct

bool Constraint::nulls_not_distinct

Definition at line 2750 of file parsenodes.h.

Referenced by transformIndexConstraint().

◆ old_conpfeqop

◆ old_pktable_oid

Oid Constraint::old_pktable_oid

◆ options

List* Constraint::options

◆ pk_attrs

List* Constraint::pk_attrs

◆ pktable

RangeVar* Constraint::pktable

◆ raw_expr

◆ reset_default_tblspc

bool Constraint::reset_default_tblspc

Definition at line 2760 of file parsenodes.h.

Referenced by ATPostAlterTypeParse(), and transformIndexConstraint().

◆ skip_validation

◆ type

NodeTag Constraint::type

Definition at line 2735 of file parsenodes.h.

◆ where_clause

Node* Constraint::where_clause

Definition at line 2763 of file parsenodes.h.

Referenced by transformIndexConstraint().


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