RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MetaDataCollectionName.ProcedureSources Field

This metadata collection represents procedure source code in a database.

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

This metadata collection represents procedure source code 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.  
Definition  
String  
The source of the SQL procedure.  
ExternalDefinition  
String  
A reference to an procedure external to the database.  

 

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