PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CreateRoleStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleStmtType stmt_type
 
char * role
 
Listoptions
 

Detailed Description

Definition at line 3154 of file parsenodes.h.

Field Documentation

◆ options

List* CreateRoleStmt::options

Definition at line 3159 of file parsenodes.h.

◆ role

char* CreateRoleStmt::role

Definition at line 3158 of file parsenodes.h.

◆ stmt_type

RoleStmtType CreateRoleStmt::stmt_type

Definition at line 3157 of file parsenodes.h.

◆ type

NodeTag CreateRoleStmt::type

Definition at line 3156 of file parsenodes.h.


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