Interface OutValueSetter


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

    Modifier and Type
    Method
    Description
    setOutValue(Object outValue)
    Sets the result of the callable statement execution for the output parameter.
  • Method Details

    • 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