com.alibaba.druid.sql.ast.statement
类 SQLSelectItem

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.statement.SQLSelectItem
所有已实现的接口:
SQLObject

public class SQLSelectItem
extends SQLObjectImpl


构造方法摘要
SQLSelectItem()
           
SQLSelectItem(SQLExpr expr)
           
SQLSelectItem(SQLExpr expr, String alias)
           
 
方法摘要
 boolean equals(Object obj)
           
 String getAlias()
           
 SQLExpr getExpr()
           
 int hashCode()
           
 void output(StringBuffer buf)
           
 void setAlias(String alias)
           
 void setExpr(SQLExpr expr)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

SQLSelectItem

public SQLSelectItem()

SQLSelectItem

public SQLSelectItem(SQLExpr expr)

SQLSelectItem

public SQLSelectItem(SQLExpr expr,
                     String alias)
方法详细信息

getExpr

public SQLExpr getExpr()

setExpr

public void setExpr(SQLExpr expr)

getAlias

public String getAlias()

setAlias

public void setAlias(String alias)

output

public void output(StringBuffer buf)
指定者:
接口 SQLObject 中的 output
覆盖:
SQLObjectImpl 中的 output

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

equals

public boolean equals(Object obj)
覆盖:
Object 中的 equals


Copyright © 2013 Alibaba Group. All Rights Reserved.