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

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

public class SQLServerSelect
extends SQLSelect


构造方法摘要
SQLServerSelect()
           
 
方法摘要
 
从类 com.alibaba.druid.sql.ast.statement.SQLSelect 继承的方法
equals, getHints, getHintsSize, getOrderBy, getQuery, getWithSubQuery, hashCode, setOrderBy, setQuery, setWithSubQuery
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

SQLServerSelect

public SQLServerSelect()


Copyright © 2013 Alibaba Group. All Rights Reserved.