RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXSynonymsColumns Class

Accesses columns by name in the Synonyms metadata.

Pascal
TDBXSynonymsColumns = class;
C++
class TDBXSynonymsColumns;

TDBXSynonymsColumns is used to access columns by name in the Synonyms metadata collection. These columns are returned when TDBXCommand.Text is TDBXMetaDataCommands.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 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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!