|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | dbname |
| bool | missing_ok |
| List * | options |
Definition at line 3964 of file parsenodes.h.
| char* DropdbStmt::dbname |
Definition at line 3967 of file parsenodes.h.
| bool DropdbStmt::missing_ok |
Definition at line 3968 of file parsenodes.h.
| List* DropdbStmt::options |
Definition at line 3969 of file parsenodes.h.
| NodeTag DropdbStmt::type |
Definition at line 3966 of file parsenodes.h.