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

Data Fields

charname
 
ConstrType contype
 
Oid refrelid
 
Oid refindid
 
bool conwithperiod
 
Oid conid
 
Nodequal
 
ExprStatequalstate
 

Detailed Description

Definition at line 215 of file tablecmds.c.

Field Documentation

◆ conid

Oid NewConstraint::conid

Definition at line 222 of file tablecmds.c.

Referenced by ATRewriteTables().

◆ contype

ConstrType NewConstraint::contype

Definition at line 218 of file tablecmds.c.

Referenced by ATRewriteTable(), and ATRewriteTables().

◆ conwithperiod

bool NewConstraint::conwithperiod

Definition at line 221 of file tablecmds.c.

Referenced by ATRewriteTables().

◆ name

char* NewConstraint::name

Definition at line 217 of file tablecmds.c.

Referenced by ATRewriteTable().

◆ qual

Node* NewConstraint::qual

Definition at line 223 of file tablecmds.c.

Referenced by ATRewriteTable(), and ATRewriteTables().

◆ qualstate

ExprState* NewConstraint::qualstate

Definition at line 224 of file tablecmds.c.

Referenced by ATRewriteTable().

◆ refindid

Oid NewConstraint::refindid

Definition at line 220 of file tablecmds.c.

Referenced by ATRewriteTables().

◆ refrelid

Oid NewConstraint::refrelid

Definition at line 219 of file tablecmds.c.

Referenced by ATRewriteTables().


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