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 1029 of file execnodes.h.
Expr* DomainConstraintState::check_expr |
Definition at line 1034 of file execnodes.h.
Referenced by ExecInitCoerceToDomain(), load_domaintype_info(), and prep_domain_constraints().
ExprState* DomainConstraintState::check_exprstate |
Definition at line 1035 of file execnodes.h.
Referenced by domain_check_input(), load_domaintype_info(), and prep_domain_constraints().
DomainConstraintType DomainConstraintState::constrainttype |
Definition at line 1032 of file execnodes.h.
Referenced by domain_check_input(), ExecInitCoerceToDomain(), load_domaintype_info(), and prep_domain_constraints().
char* DomainConstraintState::name |
Definition at line 1033 of file execnodes.h.
Referenced by domain_check_input(), ExecInitCoerceToDomain(), load_domaintype_info(), and prep_domain_constraints().
NodeTag DomainConstraintState::type |
Definition at line 1031 of file execnodes.h.