RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXViewsColumns Class

Accesses columns by name in the Views metadata.

Pascal
TDBXViewsColumns = class;
C++
class TDBXViewsColumns;

DBXMetaDataNames

TDBXViewsColumns is used to access columns by name in the Views metadata collection. These columns are returned when TDBXCommand.Text' is TDBXMetaDataCommandsEx.GetViews when reading metadata. To retrieve metadata columns, use these constants to index the TDBXReader instance returned by TDBXCommand.ExecuteQuery. 

This table describes the columns.

Column Name 
Data Type of Column Data 
Description 
String  
Catalog name.  
String  
Schema name.  
String  
View name.  
String  
SQL that was used to create the view.  

 

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