PostgreSQL Source Code  git master
CreatedbStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * dbname
 
Listoptions
 

Detailed Description

Definition at line 3691 of file parsenodes.h.

Field Documentation

◆ dbname

char* CreatedbStmt::dbname

Definition at line 3694 of file parsenodes.h.

◆ options

List* CreatedbStmt::options

Definition at line 3695 of file parsenodes.h.

◆ type

NodeTag CreatedbStmt::type

Definition at line 3693 of file parsenodes.h.


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