Package org.postgresql.jdbc
Class PgConnection.TransactionCommandHandler
java.lang.Object
org.postgresql.core.ResultHandlerBase
org.postgresql.jdbc.PgConnection.TransactionCommandHandler
- All Implemented Interfaces:
ResultHandler
- Enclosing class:
PgConnection
Handler for transaction queries.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleWarning(SQLWarning warning) Called when a warning is emitted.Methods inherited from class org.postgresql.core.ResultHandlerBase
getException, handleCommandStatus, handleCompletion, handleError, handleResultRows, secureProgress
-
Constructor Details
-
TransactionCommandHandler
private TransactionCommandHandler()
-
-
Method Details
-
handleWarning
Description copied from interface:ResultHandlerCalled when a warning is emitted.- Parameters:
warning- the warning that occurred.
-