Get Param Type

Retrieves the in/out type of the current stored-procedure parameter.

Inputs

CwDBStoredProcedureParam
The stored-procedure parameter (a CwDBStoredProcedureParam object) whose in/out type you want to retrieve.

Output

Returns the in/out type of the associated stored-procedure parameter as an integer constant.

Notes

This function block is based on the CwDBStoredProcedureParam.getParamType() method. For more information, see getParamType().

Copyright IBM Corp. 2003, 2004