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 TypeMethodDescriptionvoid
Called before a QueryExecutor method returns.Methods inherited from class org.postgresql.core.ResultHandlerBase
getException, getWarning, handleCommandStatus, handleError, handleResultRows, handleWarning, secureProgress
-
Constructor Details
-
TransactionCommandHandler
private TransactionCommandHandler()
-
-
Method Details
-
handleCompletion
Description copied from interface:ResultHandler
Called before a QueryExecutor method returns. This method may throw a SQLException if desired; if it does, the QueryExecutor method will propagate that exception to the original caller.- Specified by:
handleCompletion
in interfaceResultHandler
- Overrides:
handleCompletion
in classResultHandlerBase
- Throws:
SQLException
- if the handler wishes the original method to throw an exception.
-