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

#include <parsenodes.h>

Data Fields

NodeTag type
 
chardbname
 
Listoptions
 

Detailed Description

Definition at line 4047 of file parsenodes.h.

Field Documentation

◆ dbname

char* CreatedbStmt::dbname

Definition at line 4050 of file parsenodes.h.

◆ options

List* CreatedbStmt::options

Definition at line 4051 of file parsenodes.h.

◆ type

NodeTag CreatedbStmt::type

Definition at line 4049 of file parsenodes.h.


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