PostgreSQL Source Code: ConstrCheck Struct Reference (original) (raw)
#include <[tupdesc.h](tupdesc%5F8h%5Fsource.html)>
Data Fields | |
---|---|
char * | ccname |
char * | ccbin |
bool | ccenforced |
bool | ccvalid |
bool | ccnoinherit |
Detailed Description
Definition at line 28 of file tupdesc.h.
Field Documentation
◆ ccbin
char* ConstrCheck::ccbin
Definition at line 31 of file tupdesc.h.
Referenced by CheckNNConstraintFetch(), ConstraintImpliedByRelConstraint(), CreateTupleDescCopyConstr(), equalTupleDescs(), expandTableLikeClause(), and get_relation_constraints().
◆ ccenforced
bool ConstrCheck::ccenforced
Definition at line 32 of file tupdesc.h.
Referenced by CheckNNConstraintFetch(), ConstraintImpliedByRelConstraint(), CreateTupleDescCopyConstr(), equalTupleDescs(), expandTableLikeClause(), and get_relation_constraints().
◆ ccname
char* ConstrCheck::ccname
Definition at line 30 of file tupdesc.h.
Referenced by CheckConstraintCmp(), CheckNNConstraintFetch(), CreateTupleDescCopyConstr(), equalTupleDescs(), ExecRelCheck(), expandTableLikeClause(), and MergeAttributes().
◆ ccnoinherit
bool ConstrCheck::ccnoinherit
Definition at line 34 of file tupdesc.h.
Referenced by CheckNNConstraintFetch(), CreateTupleDescCopyConstr(), equalTupleDescs(), expandTableLikeClause(), and get_relation_constraints().
◆ ccvalid
bool ConstrCheck::ccvalid
Definition at line 33 of file tupdesc.h.
Referenced by CheckNNConstraintFetch(), ConstraintImpliedByRelConstraint(), CreateTupleDescCopyConstr(), equalTupleDescs(), expandTableLikeClause(), and get_relation_constraints().
The documentation for this struct was generated from the following file:
- src/include/access/tupdesc.h