setParamIOType()

Sets the in/out parameter type of this stored-procedure parameter.

Syntax

void setParamIOType(String paramIOType)
 

Parameters

paramIOType
The I/O type of the stored-procedure parameter

Notes

The in/out parameter type indicates how the stored procedure uses the parameter. It can be any of the following:

See also

getParamIOType()

Copyright IBM Corp. 1997, 2003