OmniSciDB
a5dc49c757
|
Public Member Functions | |
SqlDropDB (final SqlParserPos pos, final boolean ifExists, final String name) | |
List< SqlNode > | getOperandList () |
String | toString () |
Public Member Functions inherited from com.mapd.parser.extension.ddl.JsonSerializableDdl | |
default String | toJsonString () |
Private Attributes | |
String | command |
String | name |
boolean | ifExists |
Static Private Attributes | |
static final SqlOperator | OPERATOR |
Class that encapsulates all information associated with a DROP DB DDL command.
Definition at line 17 of file SqlDropDB.java.
|
inline |
Definition at line 28 of file SqlDropDB.java.
References com.mapd.parser.extension.ddl.SqlDropDB.ifExists, com.mapd.parser.extension.ddl.SqlDropDB.name, and com.mapd.parser.extension.ddl.SqlDropDB.OPERATOR.
|
inline |
Definition at line 36 of file SqlDropDB.java.
|
inline |
Definition at line 41 of file SqlDropDB.java.
References com.mapd.parser.extension.ddl.JsonSerializableDdl.toJsonString().
|
private |
Definition at line 22 of file SqlDropDB.java.
|
private |
Definition at line 26 of file SqlDropDB.java.
Referenced by com.mapd.parser.extension.ddl.SqlDropDB.SqlDropDB().
|
private |
Definition at line 24 of file SqlDropDB.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.SqlDropDB.SqlDropDB(), 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 18 of file SqlDropDB.java.
Referenced by com.mapd.parser.extension.ddl.SqlDropDB.SqlDropDB().