PostgreSQL Source Code git master
Loading...
Searching...
No Matches
DropdbStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
chardbname
 
bool missing_ok
 
Listoptions
 

Detailed Description

Definition at line 4082 of file parsenodes.h.

Field Documentation

◆ dbname

char* DropdbStmt::dbname

Definition at line 4085 of file parsenodes.h.

◆ missing_ok

bool DropdbStmt::missing_ok

Definition at line 4086 of file parsenodes.h.

◆ options

List* DropdbStmt::options

Definition at line 4087 of file parsenodes.h.

◆ type

NodeTag DropdbStmt::type

Definition at line 4084 of file parsenodes.h.


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