PostgreSQL Source Code git master
CreatedbStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * dbname
 
Listoptions
 

Detailed Description

Definition at line 3901 of file parsenodes.h.

Field Documentation

◆ dbname

char* CreatedbStmt::dbname

Definition at line 3904 of file parsenodes.h.

◆ options

List* CreatedbStmt::options

Definition at line 3905 of file parsenodes.h.

◆ type

NodeTag CreatedbStmt::type

Definition at line 3903 of file parsenodes.h.


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