PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
NodeTag | type |
DomainConstraintType | constrainttype |
char * | name |
Expr * | check_expr |
ExprState * | check_exprstate |
Definition at line 1016 of file execnodes.h.
Expr* DomainConstraintState::check_expr |
Definition at line 1021 of file execnodes.h.
Referenced by ExecInitCoerceToDomain(), load_domaintype_info(), and prep_domain_constraints().
ExprState* DomainConstraintState::check_exprstate |
Definition at line 1022 of file execnodes.h.
Referenced by domain_check_input(), load_domaintype_info(), and prep_domain_constraints().
DomainConstraintType DomainConstraintState::constrainttype |
Definition at line 1019 of file execnodes.h.
Referenced by domain_check_input(), ExecInitCoerceToDomain(), load_domaintype_info(), and prep_domain_constraints().
char* DomainConstraintState::name |
Definition at line 1020 of file execnodes.h.
Referenced by domain_check_input(), ExecInitCoerceToDomain(), load_domaintype_info(), and prep_domain_constraints().
NodeTag DomainConstraintState::type |
Definition at line 1018 of file execnodes.h.