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 2349 of file parsenodes.h.
bool CreateUserMappingStmt::if_not_exists |
Definition at line 2354 of file parsenodes.h.
Referenced by CreateUserMapping().
List* CreateUserMappingStmt::options |
Definition at line 2355 of file parsenodes.h.
Referenced by CreateUserMapping().
char* CreateUserMappingStmt::servername |
Definition at line 2353 of file parsenodes.h.
Referenced by CreateUserMapping().
NodeTag CreateUserMappingStmt::type |
Definition at line 2351 of file parsenodes.h.
RoleSpec* CreateUserMappingStmt::user |
Definition at line 2352 of file parsenodes.h.
Referenced by CreateUserMapping().