PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | dbname |
List * | options |
Definition at line 3615 of file parsenodes.h.
char* CreatedbStmt::dbname |
Definition at line 3618 of file parsenodes.h.
List* CreatedbStmt::options |
Definition at line 3619 of file parsenodes.h.
NodeTag CreatedbStmt::type |
Definition at line 3617 of file parsenodes.h.