Interface Adjusting.XML.Result<T extends Result>

    • Method Detail

      • get

        T get()
        throws SQLException
        Returns an object of the expected Result subtype reflecting any adjustments made with the other methods. Refer to the {@code Parsing} class description and the lax() method for how any exceptions caught while applying best-effort adjustments are handled.
        Returns:
        an implementing object of the expected Result subtype
        Throws:
        SQLException - for any reason that getResult might have thrown when supplying the corresponding non-Adjusting subtype of Result, or for reasons saved while applying adjustments.