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 1047 of file execnodes.h.
Expr* DomainConstraintState::check_expr |
Definition at line 1052 of file execnodes.h.
Referenced by ExecInitCoerceToDomain(), load_domaintype_info(), and prep_domain_constraints().
ExprState* DomainConstraintState::check_exprstate |
Definition at line 1053 of file execnodes.h.
Referenced by domain_check_input(), load_domaintype_info(), and prep_domain_constraints().
DomainConstraintType DomainConstraintState::constrainttype |
Definition at line 1050 of file execnodes.h.
Referenced by domain_check_input(), ExecInitCoerceToDomain(), load_domaintype_info(), and prep_domain_constraints().
char* DomainConstraintState::name |
Definition at line 1051 of file execnodes.h.
Referenced by domain_check_input(), ExecInitCoerceToDomain(), load_domaintype_info(), and prep_domain_constraints().
NodeTag DomainConstraintState::type |
Definition at line 1049 of file execnodes.h.