com.alibaba.druid.sql.dialect.sqlserver.ast
Class SQLServerSelectQueryBlock

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLSelectQuery
          extended by com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock
              extended by com.alibaba.druid.sql.dialect.sqlserver.ast.SQLServerSelectQueryBlock
All Implemented Interfaces:
SQLObject, Serializable

public class SQLServerSelectQueryBlock
extends SQLSelectQueryBlock

See Also:
Serialized Form

Constructor Summary
SQLServerSelectQueryBlock()
           
 
Method Summary
 Top getTop()
           
 void setTop(Top top)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLSelectQueryBlock
getDistionOption, getFrom, getGroupBy, getInto, getSelectList, getWhere, output, setDistionOption, setFrom, setGroupBy, setInto, setInto, setWhere
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLServerSelectQueryBlock

public SQLServerSelectQueryBlock()
Method Detail

getTop

public Top getTop()

setTop

public void setTop(Top top)


Copyright © 2012 Alibaba Group. All Rights Reserved.