Interface OutValueSetter


  • public interface OutValueSetter
    The helper contract implemented by SqlInputValue to support the OUT and INOUT input values.
    Author:
    Vladimir Hudec
    • Method Detail

      • setOutValue

        Object setOutValue​(Object outValue)
        Sets the result of the callable statement execution for the output parameter.
        Parameters:
        outValue - the output value
        Returns:
        the output value after possible conversion