RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXSynonymsIndex Class

Accesses columns by ordinal in the Synonyms metadata.

Pascal
TDBXSynonymsIndex = class;
C++
class TDBXSynonymsIndex;

DBXMetaDataNames

TDBXSynonymsIndex is used to access columns by ordinal in the Synonyms metadata collection. These columns are returned when TDBXCommand.Text' is TDBXMetaDataCommandsEx.GetSynonyms 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 Ordinal Name 
Data Type of Column Data 
Description 
String  
Catalog name.  
String  
Schema name.  
String  
Synonym name.  
String  
Catalog name of table this synonym refers to.  
String  
Schema name of table this synonym refers to.  
String  
Name of table this synonym refers to.  

 

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