RAD Studio VCL Reference
|
Accesses columns by ordinal in the ForeignKeyColumns metadata.
TDBXForeignKeyColumnsIndex = class;
class TDBXForeignKeyColumnsIndex;
TDBXForeignKeyColumnsIndex is used to access columns by ordinal 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 Ordinal 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. | |
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!
|