public class OWhereClause extends SimpleNode
Modifier and Type | Field and Description |
---|---|
protected OBooleanExpression |
baseExpression |
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OWhereClause(int id) |
OWhereClause(OrientSql p,
int id) |
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toString
protected OBooleanExpression baseExpression
public OWhereClause(int id)
public OWhereClause(OrientSql p, int id)
public boolean matchesFilters(OIdentifiable currentRecord, OCommandContext ctx)
public boolean matchesFilters(OResult currentRecord, OCommandContext ctx)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public long estimate(OClass oClass, long threshold, OCommandContext ctx)
public Iterable fetchFromIndexes(OClass oClass, OCommandContext ctx)
public List<OBinaryCondition> getIndexedFunctionConditions(OClass iSchemaClass, ODatabaseDocumentInternal database)
public void setBaseExpression(OBooleanExpression baseExpression)
public OWhereClause copy()
copy
in class SimpleNode
public void extractSubQueries(SubQueryCollector collector)
public boolean refersToParent()
public OBooleanExpression getBaseExpression()
public OResult serialize()
public void deserialize(OResult fromResult)
public boolean isCacheable()
Copyright © 2009–2020 OrientDB. All rights reserved.