RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SPParamDesc Class

SPParamDesc describes a parameter to a stored procedure that is accessed using dbExpress.

Pascal
SPParamDesc = class;
C++
class SPParamDesc;

SqlExpr

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.  
szName  
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  
iLen  
The number of bytes needed to store a parameter value  

 

TSQLConnection

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!