public class ONestedProjection extends SimpleNode
Modifier and Type | Field and Description |
---|---|
protected List<ONestedProjectionItem> |
excludeItems |
protected List<ONestedProjectionItem> |
includeItems |
protected ONestedProjectionItem |
starItem |
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
ONestedProjection(int id) |
ONestedProjection(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
Object |
apply(OExpression expression,
Object input,
OCommandContext ctx) |
ONestedProjection |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
int |
hashCode() |
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
protected List<ONestedProjectionItem> includeItems
protected List<ONestedProjectionItem> excludeItems
protected ONestedProjectionItem starItem
public ONestedProjection(int id)
public ONestedProjection(OrientSql p, int id)
public Object apply(OExpression expression, Object input, OCommandContext ctx)
expression
- input
- ctx
- public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public ONestedProjection copy()
copy
in class SimpleNode
public OResult serialize()
public void deserialize(OResult fromResult)
Copyright © 2009–2020 OrientDB. All rights reserved.