Package org.sqlproc.engine.type
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 TypeMethodDescriptionsetOutValue(Object outValue) Sets the result of the callable statement execution for the output parameter.
-
Method Details
-
setOutValue
Sets the result of the callable statement execution for the output parameter.- Parameters:
outValue- the output value- Returns:
- the output value after possible conversion
-