OmniSciDB
a5dc49c757
|
Public Member Functions | |
SqlShowRoles (final SqlParserPos pos, final String userName, final boolean effective) | |
Public Member Functions inherited from com.mapd.parser.extension.ddl.SqlCustomDdl | |
SqlCustomDdl (final SqlOperator operator, final SqlParserPos pos) | |
List< SqlNode > | getOperandList () |
String | toString () |
Public Member Functions inherited from com.mapd.parser.extension.ddl.JsonSerializableDdl | |
default String | toJsonString () |
Private Attributes | |
String | userName |
boolean | effective |
Static Private Attributes | |
static final SqlOperator | OPERATOR |
Class that encapsulates all information associated with a SHOW ROLES DDL command.
Definition at line 15 of file SqlShowRoles.java.
|
inline |
Definition at line 25 of file SqlShowRoles.java.
References com.mapd.parser.extension.ddl.SqlShowRoles.effective, com.mapd.parser.extension.ddl.SqlShowRoles.OPERATOR, and com.mapd.parser.extension.ddl.SqlShowRoles.userName.
|
private |
Definition at line 23 of file SqlShowRoles.java.
Referenced by com.mapd.parser.extension.ddl.SqlShowRoles.SqlShowRoles().
|
staticprivate |
Definition at line 16 of file SqlShowRoles.java.
Referenced by com.mapd.parser.extension.ddl.SqlShowRoles.SqlShowRoles().
|
private |
Definition at line 20 of file SqlShowRoles.java.
Referenced by heavydb.thrift.Heavy.get_all_roles_for_user_args.read(), heavydb.thrift.Heavy.get_all_effective_roles_for_user_args.read(), com.mapd.parser.extension.ddl.SqlShowRoles.SqlShowRoles(), heavydb.thrift.Heavy.get_all_roles_for_user_args.write(), and heavydb.thrift.Heavy.get_all_effective_roles_for_user_args.write().