RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXForeignKeysIndex Class

Accesses columns by ordinal in the ForeignKeys metadata.

Pascal
TDBXForeignKeysIndex = class;
C++
class TDBXForeignKeysIndex;

DBXMetaDataNames

TDBXForeignKeysIndex is used to access columns by ordinal in the ForeignKeys metadata collection. These columns are returned when TDBXCommand.Text' is TDBXMetaDataCommands.GetForeignKeys 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  
Table name.  
String  
Foreign key name.  

 

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