A CwDBStoredProcedureParam object describes a single parameter
for a stored procedure. Table 96 summarizes the methods in the
CwDBStoredProcedureParam class.
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() |