RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MetaDataCollectionName.PackageProcedureParameters Field

This metadata collection represents package procedure parameters in a database.

Pascal
const PackageProcedureParameters: string = "PackageProcedureParameters";
C++
string PackageProcedureParameters = "PackageProcedureParameters";

This metadata collection represents package procedure parameters in a database.  

The columns are:

Column Name 
Data Type 
Description 
CatalogName  
String  
The catalog name.  
SchemaName  
String  
The schema name.  
PackageName  
String  
The package name.  
ProcedureName  
String  
The procedure name from the package.  
ParameterName  
String  
The parameter mode: IN, OUT, INOUT, or RESULT.  
TypeName  
String  
The database specific data type name.  
Precision  
Int32  
The precision of this type. For a string data type, this is the maximum number of characters. For a decimal types, this is the maximum number digits including digits from the scale.  
Scale  
Int32  
The scale of a decimal type.  
Ordinal  
Int32  
The position in the rows of the table starting with 1.  
IsNullable  
Boolean  
Can accept NULL values.  
DbxDataType  
Int32  
The DBX data type.  
IsFixedLength  
Boolean  
Holds fixed length data.  
IsUnicode  
Boolean  
Can hold UNICODE characters.  
IsLong  
Boolean  
Is blob data type.  
IsUnsigned  
Boolean  
Is unsigned numeric type.  

 

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