PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DropdbStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * dbname
 
bool missing_ok
 
Listoptions
 

Detailed Description

Definition at line 3889 of file parsenodes.h.

Field Documentation

◆ dbname

char* DropdbStmt::dbname

Definition at line 3892 of file parsenodes.h.

◆ missing_ok

bool DropdbStmt::missing_ok

Definition at line 3893 of file parsenodes.h.

◆ options

List* DropdbStmt::options

Definition at line 3894 of file parsenodes.h.

◆ type

NodeTag DropdbStmt::type

Definition at line 3891 of file parsenodes.h.


The documentation for this struct was generated from the following file: