|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | domainname |
| TypeName * | typeName |
| CollateClause * | collClause |
| List * | constraints |
Definition at line 3349 of file parsenodes.h.
| CollateClause* CreateDomainStmt::collClause |
Definition at line 3354 of file parsenodes.h.
| List* CreateDomainStmt::constraints |
Definition at line 3355 of file parsenodes.h.
| List* CreateDomainStmt::domainname |
Definition at line 3352 of file parsenodes.h.
| NodeTag CreateDomainStmt::type |
Definition at line 3351 of file parsenodes.h.
| TypeName* CreateDomainStmt::typeName |
Definition at line 3353 of file parsenodes.h.