RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ViewsColumns Class

Column names for the result table from the built-in stored procedure DB_ADMIN.GET_VIEWS DataStoreConnection.GetSchema(MetaDataCollectionName.Views).

Pascal
ViewsColumns = class;
C++
class ViewsColumns;

ViewsColumns.cs

Column names for the result table from the built-in stored procedure DB_ADMIN.GET_VIEWS DataStoreConnection.GetSchema(MetaDataCollectionName.Views). 

The columns of the result table are:

Constant 
Description 
Used to access the CatalogName column in the Views metadata collection. The data in this column specifies the catalog name.  
Used to access the SchemaName column in the Views metadata collection. The data in this column specifies the schema name.  
Used to access the ViewName column in the Views metadata collection. The data in this column specifies the view name.  
Used to access the Definition column in the Views metadata collection. The data in this column specifies the SQL which was used to create the view.  

 

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