com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Class PGSelectStatement

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLStatementImpl
          extended by com.alibaba.druid.sql.ast.statement.SQLSelectStatement
              extended by com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGSelectStatement
All Implemented Interfaces:
SQLObject, SQLStatement, PGSQLObject, PGSQLStatement, Serializable

public class PGSelectStatement
extends SQLSelectStatement
implements PGSQLStatement

See Also:
Serialized Form

Constructor Summary
PGSelectStatement()
           
PGSelectStatement(SQLSelect select)
           
 
Method Summary
 void accept0(PGASTVisitor visitor)
           
 PGWithClause getWith()
           
 void setWith(PGWithClause with)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLSelectStatement
getSelect, output, setSelect
 
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
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

PGSelectStatement

public PGSelectStatement()

PGSelectStatement

public PGSelectStatement(SQLSelect select)
Method Detail

getWith

public PGWithClause getWith()

setWith

public void setWith(PGWithClause with)

accept0

public void accept0(PGASTVisitor visitor)
Specified by:
accept0 in interface PGSQLObject


Copyright © 2012 Alibaba Group. All Rights Reserved.