Retrieves the in/out type of the current stored-procedure parameter as an integer constant.
Syntax
int getParamType()
Parameters
None.
Return values
Returns the in/out type of the associated CwDBStoredProcedureParam parameter.
Exceptions
None.
Notes
The getType() method returns the in/out parameter type of the
current stored-procedure parameter. The in/out parameter type indicates
how the stored procedure uses the parameter. The
CwDBStoredProcedureParam class represents each in/out type as a
constant, as Table 64 shows.
Table 64. Parameter In/Out Types
See also
"Calling stored procedures with executeStoredProcedure()"