RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXProcedureParametersIndex Class

Accesses columns by ordinal in the ProcedureParameters metadata.

Pascal
TDBXProcedureParametersIndex = class;
C++
class TDBXProcedureParametersIndex;

DBXMetaDataNames

TDBXProcedureParametersIndex is used to access columns by ordinal in the ProcedureParameters metadata collection. These columns are returned when TDBXCommand.Text' is TDBXMetaDataCommands.GetProcedureParameters when reading metadata. To retrieve metadata columns, use these constants to index the TDBXReader instance returned by TDBXCommand.ExecuteQuery. 

This table describes the columns.

Column Ordinal Name 
Data Type of Column Data 
Description 
String  
Catalog name.  
String  
Schema name.  
String  
Procedure name.  
String  
Parameter name.  
String  
Parameter mode: IN, OUT, INOUT, RESULT.  
String  
Database specific data type name.  
Int32  
Precision of this type.
For string data type, this is maximum number of characters.
For decimal types, this is maximum number of digits, including digits from the scale.  
Scale  
Int32  
Scale of a decimal type.  
Int32  
Position in rows of table, starting with 1.  
Boolean  
Can accept NULL values.  
Int32  
dbExpress data type.  
Boolean  
Holds fixed length data.  
Boolean  
Can hold Unicode characters.  
IsLong  
Boolean  
Is BLOB data type.  
Boolean  
Is unsigned numeric type.  

 

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