PostgreSQL Source Code
git master
|
#include <heap.h>
Data Fields | |
ConstrType | contype |
Oid | conoid |
char * | name |
AttrNumber | attnum |
Node * | expr |
bool | skip_validation |
bool | is_local |
int | inhcount |
bool | is_no_inherit |
AttrNumber CookedConstraint::attnum |
Definition at line 40 of file heap.h.
Referenced by AddRelationNewConstraints(), DefineRelation(), MergeAttributes(), and StoreConstraints().
Oid CookedConstraint::conoid |
Definition at line 38 of file heap.h.
Referenced by AddRelationNewConstraints(), ATAddCheckConstraint(), DefineRelation(), MergeAttributes(), and StoreConstraints().
ConstrType CookedConstraint::contype |
Definition at line 37 of file heap.h.
Referenced by AddRelationNewConstraints(), ATAddCheckConstraint(), DefineRelation(), MergeAttributes(), MergeCheckConstraint(), and StoreConstraints().
Node* CookedConstraint::expr |
Definition at line 41 of file heap.h.
Referenced by AddRelationNewConstraints(), ATAddCheckConstraint(), DefineRelation(), MergeAttributes(), MergeCheckConstraint(), and StoreConstraints().
int CookedConstraint::inhcount |
Definition at line 44 of file heap.h.
Referenced by AddRelationNewConstraints(), DefineRelation(), MergeAttributes(), MergeCheckConstraint(), and StoreConstraints().
bool CookedConstraint::is_local |
Definition at line 43 of file heap.h.
Referenced by AddRelationNewConstraints(), DefineRelation(), MergeAttributes(), and StoreConstraints().
bool CookedConstraint::is_no_inherit |
Definition at line 45 of file heap.h.
Referenced by AddRelationNewConstraints(), DefineRelation(), MergeAttributes(), and StoreConstraints().
char* CookedConstraint::name |
Definition at line 39 of file heap.h.
Referenced by AddRelationNewConstraints(), ATAddCheckConstraint(), DefineRelation(), MergeAttributes(), MergeCheckConstraint(), and StoreConstraints().
bool CookedConstraint::skip_validation |
Definition at line 42 of file heap.h.
Referenced by AddRelationNewConstraints(), ATAddCheckConstraint(), DefineRelation(), MergeAttributes(), and StoreConstraints().