PostgreSQL Source Code  git master
DropdbStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * dbname
 
bool missing_ok
 
Listoptions
 

Detailed Description

Definition at line 3812 of file parsenodes.h.

Field Documentation

◆ dbname

char* DropdbStmt::dbname

Definition at line 3815 of file parsenodes.h.

◆ missing_ok

bool DropdbStmt::missing_ok

Definition at line 3816 of file parsenodes.h.

◆ options

List* DropdbStmt::options

Definition at line 3817 of file parsenodes.h.

◆ type

NodeTag DropdbStmt::type

Definition at line 3814 of file parsenodes.h.


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