PostgreSQL Source Code  git master
DomainConstraintState Struct Reference

#include <execnodes.h>

Data Fields

NodeTag type
 
DomainConstraintType constrainttype
 
char * name
 
Exprcheck_expr
 
ExprStatecheck_exprstate
 

Detailed Description

Definition at line 1004 of file execnodes.h.

Field Documentation

◆ check_expr

Expr* DomainConstraintState::check_expr

◆ check_exprstate

ExprState* DomainConstraintState::check_exprstate

Definition at line 1010 of file execnodes.h.

Referenced by domain_check_input(), load_domaintype_info(), and prep_domain_constraints().

◆ constrainttype

DomainConstraintType DomainConstraintState::constrainttype

◆ name

char* DomainConstraintState::name

◆ type

NodeTag DomainConstraintState::type

Definition at line 1006 of file execnodes.h.


The documentation for this struct was generated from the following file: