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