
public class OModifier extends SimpleNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OModifier(int id) |
OModifier(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyRemove(Object currentValue,
OResultInternal originalRecord,
OCommandContext ctx) |
OModifier |
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() |
boolean |
isCacheable() |
boolean |
isIndexChain(OCommandContext ctx,
OClass clazz) |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
boolean |
needsAliases(Set<String> aliases) |
boolean |
refersToParent() |
OResult |
serialize() |
protected 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, toStringpublic OModifier(int id)
public OModifier(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 OModifier copy()
copy in class SimpleNodepublic void extractSubQueries(SubQueryCollector collector)
public boolean refersToParent()
protected 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)
public boolean isCacheable()
public boolean isIndexChain(OCommandContext ctx, OClass clazz)
Copyright © 2009–2025 OrientDB. All rights reserved.