RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ProceduresColumns Class

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

Pascal
ProceduresColumns = class;
C++
class ProceduresColumns;

ProceduresColumns.cs

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

The columns of the result table are:

Constant 
Description 
Used to access the CatalogName column in the Procedures metadata collection. The data in this column specifies the catalog name.  
Used to access the SchemaName column in the Procedures metadata collection. The data in this column specifies the schema name.  
Used to access the ProcedureName column in the Procedures metadata collection. The data in this column specifies the procedure name.  
Used to access the ProcedureType column in the Procedures metadata collection. The data in this column specifies the procedure type: FUNCTION or PROCEDURE.  

 

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