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 TypeMethodDescriptionvoidCalled before a QueryExecutor method returns.Methods inherited from class ResultHandlerBase
getException, getWarning, handleCommandStatus, handleError, handleResultRows, handleWarning, secureProgress
-
Constructor Details
-
TransactionCommandHandler
private TransactionCommandHandler()
-
-
Method Details
-
handleCompletion
Description copied from interface:ResultHandlerCalled 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:
handleCompletionin interfaceResultHandler- Overrides:
handleCompletionin classResultHandlerBase- Throws:
SQLException- if the handler wishes the original method to throw an exception.
-