Interface PGSQLStatement

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

public interface PGSQLStatement extends SQLStatement, PGSQLObject