
public class OProjection extends SimpleNode
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OProjection(int id) |
OProjection(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
List<OProjectionItem> |
getItems() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
void |
setItems(List<OProjectionItem> items) |
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 OProjection(int id)
public OProjection(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic List<OProjectionItem> getItems()
public void setItems(List<OProjectionItem> items)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodeCopyright © 2009–2025 OrientDB. All rights reserved.