com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Interface PGSQLStatement

All Superinterfaces:
PGSQLObject, SQLObject, SQLStatement
All Known Implementing Classes:
PGDeleteStatement, PGInsertStatement, PGSelectStatement, PGSQLStatementImpl, PGTruncateStatement, PGUpdateStatement

public interface PGSQLStatement
extends SQLStatement, PGSQLObject


Method Summary
 
Methods inherited from interface com.alibaba.druid.sql.dialect.postgresql.ast.PGSQLObject
accept0
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 



Copyright © 2012 Alibaba Group. All Rights Reserved.