PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
RoleSpec * | user |
char * | servername |
bool | if_not_exists |
List * | options |
Definition at line 2627 of file parsenodes.h.
bool CreateUserMappingStmt::if_not_exists |
Definition at line 2632 of file parsenodes.h.
Referenced by CreateUserMapping().
List* CreateUserMappingStmt::options |
Definition at line 2633 of file parsenodes.h.
Referenced by CreateUserMapping().
char* CreateUserMappingStmt::servername |
Definition at line 2631 of file parsenodes.h.
Referenced by CreateUserMapping().
NodeTag CreateUserMappingStmt::type |
Definition at line 2629 of file parsenodes.h.
RoleSpec* CreateUserMappingStmt::user |
Definition at line 2630 of file parsenodes.h.
Referenced by CreateUserMapping().