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