|
PostgreSQL Source Code git master
|
#include <tupdesc.h>
Data Fields | |
| char * | ccname |
| char * | ccbin |
| bool | ccenforced |
| bool | ccvalid |
| bool | ccnoinherit |
| char* ConstrCheck::ccbin |
Definition at line 31 of file tupdesc.h.
Referenced by CheckNNConstraintFetch(), ConstraintImpliedByRelConstraint(), CreateTupleDescCopyConstr(), equalTupleDescs(), expandTableLikeClause(), and get_relation_constraints().
| bool ConstrCheck::ccenforced |
Definition at line 32 of file tupdesc.h.
Referenced by CheckNNConstraintFetch(), ConstraintImpliedByRelConstraint(), CreateTupleDescCopyConstr(), equalTupleDescs(), expandTableLikeClause(), and get_relation_constraints().
| char* ConstrCheck::ccname |
Definition at line 30 of file tupdesc.h.
Referenced by CheckConstraintCmp(), CheckNNConstraintFetch(), CreateTupleDescCopyConstr(), equalTupleDescs(), ExecRelCheck(), expandTableLikeClause(), and MergeAttributes().
| bool ConstrCheck::ccnoinherit |
Definition at line 34 of file tupdesc.h.
Referenced by CheckNNConstraintFetch(), CreateTupleDescCopyConstr(), equalTupleDescs(), expandTableLikeClause(), and get_relation_constraints().
| bool ConstrCheck::ccvalid |
Definition at line 33 of file tupdesc.h.
Referenced by CheckNNConstraintFetch(), ConstraintImpliedByRelConstraint(), CreateTupleDescCopyConstr(), equalTupleDescs(), and get_relation_constraints().