com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Class PGSelectStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLSelectStatement
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
PGSelectStatement
public PGSelectStatement()
PGSelectStatement
public PGSelectStatement(SQLSelect select)
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.