Class ORightBinaryCondition
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.ORightBinaryCondition
- All Implemented Interfaces:
Node
-
Field Summary
Fields 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 TypeMethodDescriptionvoidapplyRemove(Object currentValue, OResultInternal originalRecord, OCommandContext ctx) copy()voiddeserialize(OResult fromResult) evaluateRight(OIdentifiable currentRecord, OCommandContext ctx) evaluateRight(OResult currentRecord, OCommandContext ctx) execute(OIdentifiable iCurrentRecord, Object elementToFilter, OCommandContext ctx) execute(OResult iCurrentRecord, Object elementToFilter, OCommandContext ctx) voidextractSubQueries(SubQueryCollector collector) booleanneedsAliases(Set<String> aliases) booleanvoidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods 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, toString
-
Constructor Details
-
ORightBinaryCondition
public ORightBinaryCondition(int id) -
ORightBinaryCondition
-
-
Method Details
-
copy
- Overrides:
copyin classSimpleNode
-
toString
- Specified by:
toStringin classSimpleNode
-
toGenericStatement
- Specified by:
toGenericStatementin classSimpleNode
-
execute
-
execute
-
evaluateRight
-
evaluateRight
-
needsAliases
-
extractSubQueries
-
refersToParent
public boolean refersToParent() -
serialize
-
deserialize
-
applyRemove
-