public class SQLSelectItem extends SQLObjectImpl
Constructor and Description |
---|
SQLSelectItem() |
SQLSelectItem(SQLExpr expr) |
SQLSelectItem(SQLExpr expr,
String alias) |
SQLSelectItem(SQLExpr expr,
String alias,
boolean connectByRoot) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAlias() |
SQLExpr |
getExpr() |
int |
hashCode() |
boolean |
isConnectByRoot() |
void |
output(StringBuffer buf) |
void |
setAlias(String alias) |
void |
setConnectByRoot(boolean connectByRoot) |
void |
setExpr(SQLExpr expr) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
public SQLSelectItem()
public SQLSelectItem(SQLExpr expr)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public String getAlias()
public void setAlias(String alias)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public boolean isConnectByRoot()
public void setConnectByRoot(boolean connectByRoot)
Copyright © 2013–2017 Alibaba Group. All rights reserved.