public class SelectExpressionItem extends Object implements SelectItem
| Constructor and Description |
|---|
SelectExpressionItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SelectItemVisitor selectItemVisitor) |
String |
getAlias() |
Expression |
getExpression() |
void |
setAlias(String string) |
void |
setExpression(Expression expression) |
String |
toString() |
public String getAlias()
public Expression getExpression()
public void setAlias(String string)
public void setExpression(Expression expression)
public void accept(SelectItemVisitor selectItemVisitor)
accept in interface SelectItemCopyright © 2004-2013 JSQLParser. All Rights Reserved.