getParamIOType()

Retrieves the in/out parameter type for this stored-procedure parameter.

Syntax

String getParamIOType()
 

Parameters

None.

Return values

Returns the in/out type of the associated UserStoredProcedureParam parameter.

Exceptions

None.

Notes

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

See also

setParamIOType()

Copyright IBM Corp. 2003