
public class OProjectionItem extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
protected OIdentifier |
alias |
protected boolean |
all |
protected OExpression |
expression |
children, firstToken, id, lastToken, parent, parser, value| Constructor and Description |
|---|
OProjectionItem(int id) |
OProjectionItem(OrientSql p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
OIdentifier |
getAlias() |
OIdentifier |
getDefaultAlias() |
OExpression |
getExpression() |
boolean |
isAll() |
Object |
jjtAccept(OrientSqlVisitor visitor,
Object data)
Accept the visitor.
|
void |
setAlias(OIdentifier alias) |
void |
setAll(boolean all) |
void |
setExpression(OExpression expression) |
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, toStringprotected boolean all
protected OIdentifier alias
protected OExpression expression
public OProjectionItem(int id)
public OProjectionItem(OrientSql p, int id)
public Object jjtAccept(OrientSqlVisitor visitor, Object data)
jjtAccept in interface NodejjtAccept in class SimpleNodepublic boolean isAll()
public void setAll(boolean all)
public OIdentifier getAlias()
public void setAlias(OIdentifier alias)
public OExpression getExpression()
public void setExpression(OExpression expression)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString in class SimpleNodepublic OIdentifier getDefaultAlias()
Copyright © 2009–2025 OrientDB. All rights reserved.