|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | domainname |
| TypeName * | typeName |
| CollateClause * | collClause |
| List * | constraints |
Definition at line 3261 of file parsenodes.h.
| CollateClause* CreateDomainStmt::collClause |
Definition at line 3266 of file parsenodes.h.
| List* CreateDomainStmt::constraints |
Definition at line 3267 of file parsenodes.h.
| List* CreateDomainStmt::domainname |
Definition at line 3264 of file parsenodes.h.
| NodeTag CreateDomainStmt::type |
Definition at line 3263 of file parsenodes.h.
| TypeName* CreateDomainStmt::typeName |
Definition at line 3265 of file parsenodes.h.