接口 SqlExceptionHelper.WarningHandler

    • 方法详细资料

      • doProcess

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

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