public class ORightBinaryCondition extends SimpleNode
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
ORightBinaryCondition(int id) |
ORightBinaryCondition(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
ORightBinaryCondition |
copy() |
void |
deserialize(OResult fromResult) |
Object |
evaluateRight(OIdentifiable currentRecord,
OCommandContext ctx) |
Object |
evaluateRight(OResult currentRecord,
OCommandContext ctx) |
Object |
execute(OIdentifiable iCurrentRecord,
Object elementToFilter,
OCommandContext ctx) |
Object |
execute(OResult iCurrentRecord,
Object elementToFilter,
OCommandContext ctx) |
void |
extractSubQueries(SubQueryCollector collector) |
boolean |
needsAliases(Set<String> aliases) |
boolean |
refersToParent() |
OResult |
serialize() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toString
public ORightBinaryCondition(int id)
public ORightBinaryCondition(OrientSql p, int id)
public ORightBinaryCondition copy()
copy
in class SimpleNode
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public Object execute(OResult iCurrentRecord, Object elementToFilter, OCommandContext ctx)
public Object execute(OIdentifiable iCurrentRecord, Object elementToFilter, OCommandContext ctx)
public Object evaluateRight(OIdentifiable currentRecord, OCommandContext ctx)
public Object evaluateRight(OResult currentRecord, OCommandContext ctx)
public void extractSubQueries(SubQueryCollector collector)
public boolean refersToParent()
public OResult serialize()
public void deserialize(OResult fromResult)
Copyright © 2009–2020 OrientDB. All rights reserved.