
public class OArrayRangeSelector extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
from |
protected OArrayNumberSelector |
fromSelector |
protected boolean |
included |
protected boolean |
newRange |
protected Integer |
to |
protected OArrayNumberSelector |
toSelector |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OArrayRangeSelector(int id) |
OArrayRangeSelector(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyRemove(Object currentValue,
OResultInternal originalRecord,
OCommandContext ctx) |
OArrayRangeSelector |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
Object |
execute(OIdentifiable iCurrentRecord,
Object result,
OCommandContext ctx) |
Object |
execute(OResult iCurrentRecord,
Object result,
OCommandContext ctx) |
void |
extractSubQueries(SubQueryCollector collector) |
int |
hashCode() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
boolean |
needsAliases(Set<String> aliases) |
boolean |
refersToParent() |
OResult |
serialize() |
void |
setValue(List target,
Object value,
OCommandContext ctx) |
void |
setValue(Map target,
Object value,
OCommandContext ctx) |
void |
setValue(Object target,
Object value,
OCommandContext ctx) |
void |
setValue(Set target,
Object value,
OCommandContext ctx) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toStringprotected Integer from
protected Integer to
protected boolean newRange
protected boolean included
protected OArrayNumberSelector fromSelector
protected OArrayNumberSelector toSelector
public OArrayRangeSelector(int id)
public OArrayRangeSelector(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic Object execute(OIdentifiable iCurrentRecord, Object result, OCommandContext ctx)
public Object execute(OResult iCurrentRecord, Object result, OCommandContext ctx)
public OArrayRangeSelector copy()
copy in class SimpleNodepublic void extractSubQueries(SubQueryCollector collector)
public boolean refersToParent()
public void setValue(Object target, Object value, OCommandContext ctx)
target - value - ctx - public void setValue(List target, Object value, OCommandContext ctx)
public void setValue(Set target, Object value, OCommandContext ctx)
public void setValue(Map target, Object value, OCommandContext ctx)
public void applyRemove(Object currentValue, OResultInternal originalRecord, OCommandContext ctx)
public OResult serialize()
public void deserialize(OResult fromResult)
Copyright © 2009–2025 OrientDB. All rights reserved.