|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | dbname |
| bool | missing_ok |
| List * | options |
Definition at line 4045 of file parsenodes.h.
| char* DropdbStmt::dbname |
Definition at line 4048 of file parsenodes.h.
| bool DropdbStmt::missing_ok |
Definition at line 4049 of file parsenodes.h.
| List* DropdbStmt::options |
Definition at line 4050 of file parsenodes.h.
| NodeTag DropdbStmt::type |
Definition at line 4047 of file parsenodes.h.