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

#include <heap.h>

Data Fields

ConstrType contype
 
Oid conoid
 
charname
 
AttrNumber attnum
 
Nodeexpr
 
bool is_enforced
 
bool skip_validation
 
bool is_local
 
int16 inhcount
 
bool is_no_inherit
 

Detailed Description

Definition at line 35 of file heap.h.

Field Documentation

◆ attnum

AttrNumber CookedConstraint::attnum

Definition at line 41 of file heap.h.

Referenced by StoreConstraints().

◆ conoid

Oid CookedConstraint::conoid

Definition at line 39 of file heap.h.

Referenced by StoreConstraints().

◆ contype

ConstrType CookedConstraint::contype

Definition at line 37 of file heap.h.

Referenced by StoreConstraints().

◆ expr

Node* CookedConstraint::expr

Definition at line 42 of file heap.h.

Referenced by StoreConstraints().

◆ inhcount

int16 CookedConstraint::inhcount

Definition at line 46 of file heap.h.

Referenced by StoreConstraints().

◆ is_enforced

bool CookedConstraint::is_enforced

Definition at line 43 of file heap.h.

Referenced by StoreConstraints().

◆ is_local

bool CookedConstraint::is_local

Definition at line 45 of file heap.h.

Referenced by StoreConstraints().

◆ is_no_inherit

bool CookedConstraint::is_no_inherit

Definition at line 47 of file heap.h.

Referenced by StoreConstraints().

◆ name

char* CookedConstraint::name

Definition at line 40 of file heap.h.

Referenced by StoreConstraints().

◆ skip_validation

bool CookedConstraint::skip_validation

Definition at line 44 of file heap.h.

Referenced by StoreConstraints().


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