RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXForeignKeyColumnsColumns Class

Accesses columns by name in the ForeignKeyColumns metadata.

Pascal
TDBXForeignKeyColumnsColumns = class;
C++
class TDBXForeignKeyColumnsColumns;

TDBXForeignKeyColumnsColumns is used to access columns by name in the ForeignKeyColumns metadata collection. These columns are returned when TDBXCommand.Text is TDBXMetaDataCommands.GetForeignKeyColumns 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 of table with foreign key.  
String  
Schema name of table with foreign key.  
String  
Table name of table with foreign key.  
String  
Foreign key name.  
String  
Column that refers to a column in another table.  
String  
Catalog name of table being referred to.  
String  
Schema name of table being referred to.  
String  
Name of table being referred to.  
String  
Name of key being referred to. This is usually the primary key.  
String  
Column being referred to.  
Int32  
Position of column reference in foreign key.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!