|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | dbname |
| List * | options |
Definition at line 3901 of file parsenodes.h.
| char* CreatedbStmt::dbname |
Definition at line 3904 of file parsenodes.h.
| List* CreatedbStmt::options |
Definition at line 3905 of file parsenodes.h.
| NodeTag CreatedbStmt::type |
Definition at line 3903 of file parsenodes.h.