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