RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ProcedureSourcesColumns Class

Column names for the result table from the built-in stored procedure DB_ADMIN.GET_PROCEDURES and DataStoreConnection.GetSchema(MetaDataCollectionName.ProcedureSources).

Pascal
ProcedureSourcesColumns = class;
C++
class ProcedureSourcesColumns;

ProcedureSourcesColumns.cs

Column names for the result table from the built-in stored procedure DB_ADMIN.GET_PROCEDURES and DataStoreConnection.GetSchema(MetaDataCollectionName.ProcedureSources). 

The columns of the result table are:

Constant 
Description 
Used to access the CatalogName column in the ProcedureSources metadata collection. The data in this column specifies the catalog name.  
Used to access the SchemaName column in the ProcedureSources metadata collection. The data in this column specifies the schema name.  
Used to access the ProcedureName column in the ProcedureSources metadata collection. The data in this column specifies the procedure name.  
Used to access the ProcedureType column in the ProcedureSources metadata collection. The data in this column specifies the procedure type: FUNCTION or PROCEDURE.  
Used to access the Definition column in the ProcedureSources metadata collection. The data in this column specifies the source of the SQL procedure.  
Used to access the ExternalDefinition column in the ProcedureSources metadata collection. The data in this column specifies 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!