Class PgConnection.TransactionCommandHandler

java.lang.Object
org.postgresql.core.ResultHandlerBase
org.postgresql.jdbc.PgConnection.TransactionCommandHandler
All Implemented Interfaces:
ResultHandler
Enclosing class:
PgConnection

private class PgConnection.TransactionCommandHandler extends ResultHandlerBase
Handler for transaction queries.
  • Constructor Details

    • TransactionCommandHandler

      private TransactionCommandHandler()
  • Method Details

    • handleCompletion

      public void handleCompletion() throws SQLException
      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 interface ResultHandler
      Overrides:
      handleCompletion in class ResultHandlerBase
      Throws:
      SQLException - if the handler wishes the original method to throw an exception.