Class ODeleteEdgeStatement
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OStatement
com.orientechnologies.orient.core.sql.parser.ODeleteEdgeStatement
- All Implemented Interfaces:
Node
- Direct Known Subclasses:
ODeleteEdgeByRidStatement,ODeleteEdgeFromToStatement,ODeleteEdgeToStatement,ODeleteEdgeVToStatement,ODeleteEdgeWhereStatement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OBatchprotected OIdentifierprotected OExpressionprotected OLimitprotected ORidprotected OExpressionprotected OIdentifierprotected OWhereClauseFields inherited from class com.orientechnologies.orient.core.sql.parser.OStatement
CUSTOM_STRICT_SQL, originalStatementFields 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 TypeMethodDescriptionvoidcopy()creates an execution plan for current statement, with profiling disabledbooleanbooleangetBatch()getLimit()getRid()getRids()inthashCode()voidvoidsetClassName(OIdentifier className) voidsetLeftExpression(OExpression leftExpression) voidvoidvoidvoidsetRightExpression(OExpression rightExpression) voidsetTargetClusterName(OIdentifier targetClusterName) voidsetWhereClause(OWhereClause whereClause) voidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.OStatement
deserialize, deserializeFromOResult, execute, execute, execute, execute, getOriginalStatement, isIdempotent, refersToParent, resolvePlan, serialize, setOriginalStatement, toString, validateMethods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString
-
Field Details
-
className
-
targetClusterName
-
rid
-
rids
-
leftExpression
-
rightExpression
-
whereClause
-
limit
-
batch
-
-
Constructor Details
-
ODeleteEdgeStatement
public ODeleteEdgeStatement(int id) -
ODeleteEdgeStatement
-
-
Method Details
-
createExecutionPlan
Description copied from class:OStatementcreates an execution plan for current statement, with profiling disabled- Overrides:
createExecutionPlanin classOStatement- Parameters:
ctx- the context that will be used to execute the statement- Returns:
- an execution plan
-
toString
- Overrides:
toStringin classOStatement
-
toGenericStatement
- Overrides:
toGenericStatementin classOStatement
-
copy
- Overrides:
copyin classOStatement
-
executinPlanCanBeCached
public boolean executinPlanCanBeCached()- Overrides:
executinPlanCanBeCachedin classOStatement
-
equals
-
hashCode
public int hashCode() -
getClassName
-
setClassName
-
getTargetClusterName
-
setTargetClusterName
-
getRid
-
setRid
-
getRids
-
setRids
-
addRid
-
getWhereClause
-
setWhereClause
-
getLimit
-
setLimit
-
getBatch
-
setBatch
-
getLeftExpression
-
setLeftExpression
-
getRightExpression
-
setRightExpression
-