CwDBStoredProcedureParam class

A CwDBStoredProcedureParam object describes a single parameter for a stored procedure. Table 63 summarizes the methods in the CwDBStoredProcedureParam class.

Table 63.
CwDBStoredProcedureParam method summary
Method Description Page
CwDBStoredProcedureParam() Constructs a new instance of CwDBStoredProcedureParam that holds argument information for the parameter of a stored procedure. CwDBStoredProcedureParam()
getParamType() Retrieves the in/out type of the current stored-procedure parameter as an integer constant. getParamType()
getValue() Retrieves the value of the current stored-procedure parameter. getValue()

Copyright IBM Corp. 2003, 2004