Class PgConnection.TransactionCommandHandler

    • Constructor Detail

      • TransactionCommandHandler

        private TransactionCommandHandler()
    • Method Detail

      • handleCompletion

        public void handleCompletion()
                              throws java.sql.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:
        java.sql.SQLException - if the handler wishes the original method to throw an exception.