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

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.statement.SQLSelectQuery
          继承者 com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock
所有已实现的接口:
SQLObject
直接已知子类:
DB2SelectQueryBlock, MySqlSelectQueryBlock, OracleSelectQueryBlock, PGSelectQueryBlock, SQLServerSelectQueryBlock

public class SQLSelectQueryBlock
extends SQLSelectQuery


构造方法摘要
SQLSelectQueryBlock()
           
 
方法摘要
 boolean equals(Object obj)
           
 int getDistionOption()
           
 SQLTableSource getFrom()
           
 SQLSelectGroupByClause getGroupBy()
           
 SQLExprTableSource getInto()
           
 List<SQLSelectItem> getSelectList()
           
 SQLExpr getWhere()
           
 int hashCode()
           
 void setDistionOption(int distionOption)
           
 void setFrom(SQLTableSource from)
           
 void setGroupBy(SQLSelectGroupByClause groupBy)
           
 void setInto(SQLExpr into)
           
 void setInto(SQLExprTableSource into)
           
 void setWhere(SQLExpr where)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

SQLSelectQueryBlock

public SQLSelectQueryBlock()
方法详细信息

getInto

public SQLExprTableSource getInto()

setInto

public void setInto(SQLExpr into)

setInto

public void setInto(SQLExprTableSource into)

getGroupBy

public SQLSelectGroupByClause getGroupBy()

setGroupBy

public void setGroupBy(SQLSelectGroupByClause groupBy)

getWhere

public SQLExpr getWhere()

setWhere

public void setWhere(SQLExpr where)

getDistionOption

public int getDistionOption()

setDistionOption

public void setDistionOption(int distionOption)

getSelectList

public List<SQLSelectItem> getSelectList()

getFrom

public SQLTableSource getFrom()

setFrom

public void setFrom(SQLTableSource from)

hashCode

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

equals

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


Copyright © 2013 Alibaba Group. All Rights Reserved.