PostgreSQL Source Code  git master
CoerceToDomainValue Struct Reference

#include <primnodes.h>

Public Member Functions

int32 typeMod pg_node_attr (query_jumble_ignore)
 
Oid collation pg_node_attr (query_jumble_ignore)
 

Data Fields

Expr xpr
 
Oid typeId
 
int location
 

Detailed Description

Definition at line 1744 of file primnodes.h.

Member Function Documentation

◆ pg_node_attr() [1/2]

int32 typeMod CoerceToDomainValue::pg_node_attr ( query_jumble_ignore  )

◆ pg_node_attr() [2/2]

Oid collation CoerceToDomainValue::pg_node_attr ( query_jumble_ignore  )

Field Documentation

◆ location

int CoerceToDomainValue::location

Definition at line 1754 of file primnodes.h.

Referenced by domainAddConstraint(), and replace_domain_constraint_value().

◆ typeId

Oid CoerceToDomainValue::typeId

Definition at line 1748 of file primnodes.h.

Referenced by domainAddConstraint().

◆ xpr

Expr CoerceToDomainValue::xpr

Definition at line 1746 of file primnodes.h.


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