PostgreSQL Source Code: DropdbStmt Struct Reference (original) (raw)
DropdbStmt Struct Reference
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
char * | dbname |
bool | missing_ok |
List * | options |
Detailed Description
Definition at line 3896 of file parsenodes.h.
Field Documentation
◆ dbname
char* DropdbStmt::dbname
Definition at line 3899 of file parsenodes.h.
◆ missing_ok
bool DropdbStmt::missing_ok
Definition at line 3900 of file parsenodes.h.
◆ options
List* DropdbStmt::options
Definition at line 3901 of file parsenodes.h.
◆ type
NodeTag DropdbStmt::type
Definition at line 3898 of file parsenodes.h.
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h