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

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

public class SQLServerSelect
extends SQLSelect

See Also:
Serialized Form

Constructor Summary
SQLServerSelect()
           
 
Method Summary
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLSelect
getOrderBy, getQuery, output, setOrderBy, setQuery
 
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

SQLServerSelect

public SQLServerSelect()


Copyright © 2012 Alibaba Group. All Rights Reserved.