public class OGroupBy extends SimpleNode
Modifier and Type | Field and Description |
---|---|
protected List<OExpression> |
items |
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OGroupBy(int id) |
OGroupBy(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
OGroupBy |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
void |
extractSubQueries(SubQueryCollector collector) |
List<OExpression> |
getItems() |
int |
hashCode() |
boolean |
refersToParent() |
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<OExpression> items
public OGroupBy(int id)
public OGroupBy(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public List<OExpression> getItems()
public OGroupBy copy()
copy
in class SimpleNode
public void extractSubQueries(SubQueryCollector collector)
public boolean refersToParent()
public OResult serialize()
public void deserialize(OResult fromResult)
Copyright © 2009–2020 OrientDB. All rights reserved.