|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | domainname |
| TypeName * | typeName |
| CollateClause * | collClause |
| List * | constraints |
Definition at line 3289 of file parsenodes.h.
| CollateClause* CreateDomainStmt::collClause |
Definition at line 3294 of file parsenodes.h.
| List* CreateDomainStmt::constraints |
Definition at line 3295 of file parsenodes.h.
| List* CreateDomainStmt::domainname |
Definition at line 3292 of file parsenodes.h.
| NodeTag CreateDomainStmt::type |
Definition at line 3291 of file parsenodes.h.
| TypeName* CreateDomainStmt::typeName |
Definition at line 3293 of file parsenodes.h.