RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MetaDataCollectionName.PackageProcedures Field

This metadata collection represents package procedures in a database.

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

This metadata collection represents package procedures 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.  
ProcedureType  
String  
The procedure type: FUNCTION, PROCEDURE.  

 

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