|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | dbname |
| bool | missing_ok |
| List * | options |
Definition at line 3936 of file parsenodes.h.
| char* DropdbStmt::dbname |
Definition at line 3939 of file parsenodes.h.
| bool DropdbStmt::missing_ok |
Definition at line 3940 of file parsenodes.h.
| List* DropdbStmt::options |
Definition at line 3941 of file parsenodes.h.
| NodeTag DropdbStmt::type |
Definition at line 3938 of file parsenodes.h.