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

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.statement.SQLSelect
所有已实现的接口:
SQLObject
直接已知子类:
OracleSelect, SQLServerSelect

public class SQLSelect
extends SQLObjectImpl


构造方法摘要
SQLSelect()
           
SQLSelect(SQLSelectQuery query)
           
 
方法摘要
 boolean equals(Object obj)
           
 List<SQLHint> getHints()
           
 int getHintsSize()
           
 SQLOrderBy getOrderBy()
           
 SQLSelectQuery getQuery()
           
 SQLWithSubqueryClause getWithSubQuery()
           
 int hashCode()
           
 void setOrderBy(SQLOrderBy orderBy)
           
 void setQuery(SQLSelectQuery query)
           
 void setWithSubQuery(SQLWithSubqueryClause withSubQuery)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

SQLSelect

public SQLSelect()

SQLSelect

public SQLSelect(SQLSelectQuery query)
方法详细信息

getHints

public List<SQLHint> getHints()

getHintsSize

public int getHintsSize()

getWithSubQuery

public SQLWithSubqueryClause getWithSubQuery()

setWithSubQuery

public void setWithSubQuery(SQLWithSubqueryClause withSubQuery)

getQuery

public SQLSelectQuery getQuery()

setQuery

public void setQuery(SQLSelectQuery query)

getOrderBy

public SQLOrderBy getOrderBy()

setOrderBy

public void setOrderBy(SQLOrderBy orderBy)

hashCode

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

equals

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


Copyright © 2013 Alibaba Group. All Rights Reserved.