com.alibaba.druid.sql.ast.statement
Class SQLSelectQuery

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLSelectQuery
All Implemented Interfaces:
SQLObject, Serializable
Direct Known Subclasses:
SQLSelectQueryBlock, SQLUnionQuery

public abstract class SQLSelectQuery
extends SQLObjectImpl

See Also:
Serialized Form

Constructor Summary
SQLSelectQuery()
           
 
Method Summary
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLSelectQuery

public SQLSelectQuery()


Copyright © 2012 Alibaba Group. All Rights Reserved.