Interface SqlExceptionHelper.WarningHandler

    • Method Detail

      • doProcess

        boolean doProcess()
        Should processing be done? Allows short-circuiting if not.
        Returns:
        True to process warnings, false otherwise.
      • handleWarning

        void handleWarning​(SQLWarning warning)
        Handle an individual warning in the stack.
        Parameters:
        warning - The warning to handle.