public class SQLSelectItem extends SQLObjectImpl
| 构造器和说明 |
|---|
SQLSelectItem() |
SQLSelectItem(SQLExpr expr) |
SQLSelectItem(SQLExpr expr,
String alias) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlias() |
SQLExpr |
getExpr() |
void |
output(StringBuffer buf) |
void |
setAlias(String alias) |
void |
setExpr(SQLExpr expr) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringpublic 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 在接口中 SQLObjectoutput 在类中 SQLObjectImplCopyright © 2012 Alibaba Group. All Rights Reserved.