PostgreSQL Source Code git master
Loading...
Searching...
No Matches
DomainConstraintState Struct Reference

#include <execnodes.h>

Data Fields

NodeTag type
 
DomainConstraintType constrainttype
 
charname
 
Exprcheck_expr
 
ExprStatecheck_exprstate
 

Detailed Description

Definition at line 1055 of file execnodes.h.

Field Documentation

◆ check_expr

Expr* DomainConstraintState::check_expr

◆ check_exprstate

ExprState* DomainConstraintState::check_exprstate

Definition at line 1061 of file execnodes.h.

Referenced by domain_check_input(), and load_domaintype_info().

◆ constrainttype

DomainConstraintType DomainConstraintState::constrainttype

◆ name

char* DomainConstraintState::name

◆ type

NodeTag DomainConstraintState::type

Definition at line 1057 of file execnodes.h.


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