
public class OArraySingleValuesSelector extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected List<OArraySelector> |
items |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OArraySingleValuesSelector(int id) |
OArraySingleValuesSelector(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyRemove(Object currentValue,
OResultInternal originalRecord,
OCommandContext ctx) |
OArraySingleValuesSelector |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
Object |
execute(OIdentifiable iCurrentRecord,
Object iResult,
OCommandContext ctx) |
Object |
execute(OResult iCurrentRecord,
Object iResult,
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(OResult currentRecord,
Object 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 List<OArraySelector> items
public OArraySingleValuesSelector(int id)
public OArraySingleValuesSelector(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 iResult, OCommandContext ctx)
public Object execute(OResult iCurrentRecord, Object iResult, OCommandContext ctx)
public OArraySingleValuesSelector copy()
copy in class SimpleNodepublic void extractSubQueries(SubQueryCollector collector)
public boolean refersToParent()
public void setValue(OResult currentRecord, Object 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.