RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MetaDataCollectionName.Procedures Field

This metadata collection represents procedures in a database.

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

This metadata collection represents procedures in a database.  

The columns are:

Column Name 
Data Type 
Description 
CatalogName  
String  
The catalog name.  
SchemaName  
String  
The schema name.  
ProcedureName  
String  
The procedure name.  
ProcedureType  
String  
The procedure type: FUNCTION or PROCEDURE.  

 

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