SPParamDesc (stored procedure parameters)

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

SPParamDesc (stored procedure parameters)

Return to chapter overview

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.