PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | dbname |
bool | missing_ok |
List * | options |
Definition at line 3485 of file parsenodes.h.
char* DropdbStmt::dbname |
Definition at line 3488 of file parsenodes.h.
Referenced by DropDatabase().
bool DropdbStmt::missing_ok |
Definition at line 3489 of file parsenodes.h.
Referenced by DropDatabase().
List* DropdbStmt::options |
Definition at line 3490 of file parsenodes.h.
Referenced by DropDatabase().
NodeTag DropdbStmt::type |
Definition at line 3487 of file parsenodes.h.