PostgreSQL Source Code: CookedConstraint Struct Reference (original) (raw)
#include <[heap.h](heap%5F8h%5Fsource.html)>
Data Fields | |
---|---|
ConstrType | contype |
Oid | conoid |
char * | name |
AttrNumber | attnum |
Node * | expr |
bool | is_enforced |
bool | skip_validation |
bool | is_local |
int16 | inhcount |
bool | is_no_inherit |
Definition at line 35 of file heap.h.
◆ attnum
◆ conoid
Oid CookedConstraint::conoid
◆ contype
◆ expr
Node* CookedConstraint::expr
◆ inhcount
int16 CookedConstraint::inhcount
◆ is_enforced
bool CookedConstraint::is_enforced
◆ is_local
bool CookedConstraint::is_local
◆ is_no_inherit
bool CookedConstraint::is_no_inherit
◆ name
char* CookedConstraint::name
◆ skip_validation
bool CookedConstraint::skip_validation
The documentation for this struct was generated from the following file:
- src/include/catalog/heap.h