Class ODropDatabaseStatement
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OServerStatement
com.orientechnologies.orient.core.sql.parser.OSimpleExecServerStatement
com.orientechnologies.orient.core.sql.parser.ODropDatabaseStatement
- All Implemented Interfaces:
Node
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected OIdentifierprotected OInputParameterFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, parser, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.OSimpleExecServerStatement
createExecutionPlan, execute, executeMethods inherited from class com.orientechnologies.orient.core.sql.parser.OServerStatement
copy, createExecutionPlan, createExecutionPlanNoCache, deserialize, deserializeFromOResult, execute, execute, execute, execute, execute, execute, execute, executinPlanCanBeCached, isIdempotent, refersToParent, serialize, toGenericStatement, toString, validateMethods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString
-
Field Details
-
ifExists
protected boolean ifExists -
name
-
nameParam
-
-
Constructor Details
-
ODropDatabaseStatement
public ODropDatabaseStatement(int id) -
ODropDatabaseStatement
-
-
Method Details
-
executeSimple
- Specified by:
executeSimplein classOSimpleExecServerStatement
-
toString
- Overrides:
toStringin classOServerStatement
-