Package org.sqlproc.engine.type
Interface OutValueSetter
-
public interface OutValueSetterThe helper contract implemented by SqlInputValue to support the OUT and INOUT input values.- Author:
- Vladimir Hudec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectsetOutValue(Object outValue)Sets the result of the callable statement execution for the output parameter.
-