|
<< Click to Display Table of Contents >> SPParamDesc (stored procedure parameters) |
![]() ![]()
|
The SPParamDesc structure describes the parameters of a stored procedure, using the following fields:
Field |
Type |
Description |
uParamNum |
UINT16 |
Specifies the parameter number. |
szName |
DBINAME |
Specifies the name of the parameter. |
eParamType |
STMTParamType |
Specifies the type of the parameter. |
uFldType |
UINT16 |
Specifies the field type. |
uSubType |
UINT16 |
Specifies the sub-type (if applicable). |
iUnits1 |
INT16 |
Specifies the number of characters and digits. |
iUnits2 |
INT16 |
Specifies the number of decimal places. |
uOffset |
UINT16 |
Specifies the computed offset. |
uLen |
UINT16 |
Specifies the computed length in bytes. |
uNullOffset |
UINT16 |
Specifies the computed offset for NULL bits. |