Class OAdminStatement
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OAdminStatement
- All Implemented Interfaces:
Node
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreates an execution plan for current statementvoidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
copy, dump, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, toGenericStatement, toString
-
Field Details
-
statement
-
-
Constructor Details
-
OAdminStatement
public OAdminStatement(int id)
-
-
Method Details
-
toString
- Specified by:
toStringin classSimpleNode
-
toGenericStatement
- Specified by:
toGenericStatementin classSimpleNode
-
toString
- Overrides:
toStringin classSimpleNode
-
createExecutionPlan
creates an execution plan for current statement- Parameters:
ctx- the context that will be used to execute the statement- Returns:
- an execution plan
-