RAD Studio VCL Reference
|
SPParamDesc describes a parameter to a stored procedure that is accessed using dbExpress.
SPParamDesc = class;
class SPParamDesc;
PSPParamDesc is a pointer to a parameter descriptor. SPParamDesc is a parameter descriptor that describes a parameter for a stored procedure. SPParamDesc includes the following members:
Member |
Meaning |
The ordinal position of the parameter. | |
The name of the parameter | |
The type of the parameter (input, output, and so on) | |
The data type of the parameter | |
The size for the datatype (number of characters, digits, etc) | |
Number of decimal places if datatype is BCD | |
The number of bytes needed to store a parameter value |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|