OmniSciDB
a5dc49c757
|
Public Member Functions | |
SqlDropRole (SqlParserPos pos, final boolean ifExists, String role) | |
List< SqlNode > | getOperandList () |
String | toString () |
Public Member Functions inherited from com.mapd.parser.extension.ddl.JsonSerializableDdl | |
default String | toJsonString () |
Private Attributes | |
boolean | ifExists |
String | role |
String | command |
Static Private Attributes | |
static final SqlOperator | OPERATOR |
Class that encapsulates all information associated with a DROP ROLE DDL command.
Definition at line 14 of file SqlDropRole.java.
|
inline |
Definition at line 25 of file SqlDropRole.java.
References com.mapd.parser.extension.ddl.SqlDropRole.ifExists, com.mapd.parser.extension.ddl.SqlDropRole.OPERATOR, and com.mapd.parser.extension.ddl.SqlDropRole.role.
|
inline |
Definition at line 33 of file SqlDropRole.java.
|
inline |
Definition at line 38 of file SqlDropRole.java.
References com.mapd.parser.extension.ddl.JsonSerializableDdl.toJsonString().
|
private |
Definition at line 23 of file SqlDropRole.java.
|
private |
Definition at line 19 of file SqlDropRole.java.
Referenced by com.mapd.parser.extension.ddl.SqlDropRole.SqlDropRole().
|
staticprivate |
Definition at line 15 of file SqlDropRole.java.
Referenced by com.mapd.parser.extension.ddl.SqlDropRole.SqlDropRole().
|
private |
Definition at line 21 of file SqlDropRole.java.
Referenced by heavydb.thrift.ttypes.TServerStatus.read(), com.mapd.parser.extension.ddl.SqlDropRole.SqlDropRole(), and heavydb.thrift.ttypes.TServerStatus.write().