|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| RoleStmtType | stmt_type |
| char * | role |
| List * | options |
Definition at line 3186 of file parsenodes.h.
| List* CreateRoleStmt::options |
Definition at line 3191 of file parsenodes.h.
| char* CreateRoleStmt::role |
Definition at line 3190 of file parsenodes.h.
| RoleStmtType CreateRoleStmt::stmt_type |
Definition at line 3189 of file parsenodes.h.
| NodeTag CreateRoleStmt::type |
Definition at line 3188 of file parsenodes.h.