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
 void setOutValue(Object outValue)
          Sets the result of the callable statement execution for the output parameter.
 

Method Detail

setOutValue

void setOutValue(Object outValue)
Sets the result of the callable statement execution for the output parameter.

Parameters:
outValue - the output value


Copyright © 2014. All Rights Reserved.