Interface PGSQLStatement

All Superinterfaces:
PGSQLObject, SQLDbTypedObject, SQLObject, SQLStatement
All Known Implementing Classes:
PGAlterDatabaseStatement, PGAlterSchemaStatement, PGAnalyzeStatement, PGConnectToStatement, PGCreateSchemaStatement, PGDeleteStatement, PGDropSchemaStatement, PGInsertStatement, PGSelectStatement, PGShowStatement, PGStartTransactionStatement, PGUpdateStatement, PGVacuumStatement

public interface PGSQLStatement extends SQLStatement, PGSQLObject