OmniSciDB
a5dc49c757
|
Public Member Functions | |
SqlAlterUser (final SqlParserPos pos, final String name, HeavyDBOptionsMap optionsMap) | |
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 () |
Package Attributes | |
HeavyDBOptionsMap | options |
Private Attributes | |
String | name |
Static Private Attributes | |
static final SqlOperator | OPERATOR |
Class that encapsulates all information associated with a ALTER USER DDL command.
Definition at line 16 of file SqlAlterUser.java.
|
inline |
Definition at line 25 of file SqlAlterUser.java.
References com.mapd.parser.extension.ddl.SqlAlterUser.name, and com.mapd.parser.extension.ddl.SqlAlterUser.OPERATOR.
|
private |
Definition at line 21 of file SqlAlterUser.java.
Referenced by TableFunctionsFactory_declbracket.Bracket.__repr__(), TableFunctionsFactory_declbracket.Bracket.__str__(), TableFunctionsFactory_declbracket.Bracket.apply_column(), TableFunctionsFactory_declbracket.Bracket.apply_namespace(), TableFunctionsFactory_declbracket.Bracket.format_sizer(), TableFunctionsFactory_declbracket.Bracket.normalize(), heavydb.extension_functions.ttypes.TUserDefinedFunction.read(), heavydb.extension_functions.ttypes.TUserDefinedTableFunction.read(), heavydb.thrift.ttypes.TDashboardGrantees.read(), heavydb.thrift.ttypes.TGeoFileLayerInfo.read(), heavydb.thrift.ttypes.TCustomExpression.read(), com.mapd.parser.extension.ddl.SqlAlterUser.SqlAlterUser(), TableFunctionsFactory_declbracket.Bracket.tostring(), heavydb.extension_functions.ttypes.TUserDefinedFunction.write(), heavydb.extension_functions.ttypes.TUserDefinedTableFunction.write(), heavydb.thrift.ttypes.TDashboardGrantees.write(), heavydb.thrift.ttypes.TGeoFileLayerInfo.write(), and heavydb.thrift.ttypes.TCustomExpression.write().
|
staticprivate |
Definition at line 17 of file SqlAlterUser.java.
Referenced by com.mapd.parser.extension.ddl.SqlAlterUser.SqlAlterUser().
|
package |
Definition at line 23 of file SqlAlterUser.java.