PostgreSQL Source Code  git master
CreateDomainStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listdomainname
 
TypeNametypeName
 
CollateClausecollClause
 
Listconstraints
 

Detailed Description

Definition at line 3167 of file parsenodes.h.

Field Documentation

◆ collClause

CollateClause* CreateDomainStmt::collClause

Definition at line 3172 of file parsenodes.h.

◆ constraints

List* CreateDomainStmt::constraints

Definition at line 3173 of file parsenodes.h.

◆ domainname

List* CreateDomainStmt::domainname

Definition at line 3170 of file parsenodes.h.

◆ type

NodeTag CreateDomainStmt::type

Definition at line 3169 of file parsenodes.h.

◆ typeName

TypeName* CreateDomainStmt::typeName

Definition at line 3171 of file parsenodes.h.


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