PostgreSQL Source Code git master
|
#include <tupdesc.h>
Data Fields | |
AttrDefault * | defval |
ConstrCheck * | check |
struct AttrMissing * | missing |
uint16 | num_defval |
uint16 | num_check |
bool | has_not_null |
bool | has_generated_stored |
bool | has_generated_virtual |
ConstrCheck* TupleConstr::check |
Definition at line 41 of file tupdesc.h.
Referenced by CheckConstraintFetch(), ConstraintImpliedByRelConstraint(), CreateTupleDescCopyConstr(), equalTupleDescs(), ExecRelCheck(), expandTableLikeClause(), FreeTupleDesc(), get_relation_constraints(), and MergeAttributes().
AttrDefault* TupleConstr::defval |
Definition at line 40 of file tupdesc.h.
Referenced by AttrDefaultFetch(), CreateTupleDescCopyConstr(), equalTupleDescs(), FreeTupleDesc(), get_dependent_generated_columns(), and TupleDescGetDefault().
bool TupleConstr::has_generated_stored |
Definition at line 46 of file tupdesc.h.
Referenced by CopyFrom(), CreateTupleDescCopyConstr(), equalTupleDescs(), ExecComputeStoredGenerated(), ExecInitGenerated(), ExecInsert(), ExecSimpleRelationInsert(), ExecSimpleRelationUpdate(), ExecUpdatePrepareSlot(), get_dependent_generated_columns(), has_stored_generated_columns(), plpgsql_exec_trigger(), pub_contains_invalid_column(), and RelationBuildTupleDesc().
bool TupleConstr::has_generated_virtual |
Definition at line 47 of file tupdesc.h.
Referenced by build_generation_expression(), check_modified_virtual_generated(), CreateTupleDescCopyConstr(), equalTupleDescs(), ExecInitGenerated(), expand_generated_columns_in_expr(), expand_generated_columns_internal(), expand_virtual_generated_columns(), pub_contains_invalid_column(), and RelationBuildTupleDesc().
bool TupleConstr::has_not_null |
Definition at line 45 of file tupdesc.h.
Referenced by CreateTupleDescCopyConstr(), equalTupleDescs(), ExecConstraints(), formrdesc(), get_relation_constraints(), load_relcache_init_file(), PartConstraintImpliedByRelConstraint(), RelationBuildLocalRelation(), RelationBuildTupleDesc(), and transformTableLikeClause().
struct AttrMissing* TupleConstr::missing |
Definition at line 42 of file tupdesc.h.
Referenced by CreateTupleDescCopyConstr(), equalTupleDescs(), expand_tuple(), FreeTupleDesc(), getmissingattr(), RelationBuildTupleDesc(), and slot_getmissingattrs().
uint16 TupleConstr::num_check |
Definition at line 44 of file tupdesc.h.
Referenced by AddRelationNewConstraints(), ATExecSetExpression(), CheckConstraintFetch(), ConstraintImpliedByRelConstraint(), CreateTupleDescCopyConstr(), equalTupleDescs(), ExecRelCheck(), expandTableLikeClause(), FreeTupleDesc(), get_relation_constraints(), MergeAttributes(), and RelationBuildTupleDesc().
uint16 TupleConstr::num_defval |
Definition at line 43 of file tupdesc.h.
Referenced by AttrDefaultFetch(), CreateTupleDescCopyConstr(), equalTupleDescs(), FreeTupleDesc(), get_dependent_generated_columns(), RelationBuildTupleDesc(), and TupleDescGetDefault().