Data.DBXMetaDataNames.TDBXForeignKeysIndex

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDBXForeignKeysIndex

Delphi

TDBXForeignKeysIndex = class

C++

class PASCALIMPLEMENTATION TDBXForeignKeysIndex : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Data.DBXMetaDataNames.pas
Data.DBXMetaDataNames.hpp
Data.DBXMetaDataNames Data.DBXMetaDataNames

Description

Accesses columns by ordinal in the ForeignKeys metadata.

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

CatalogName

String

Catalog name.

SchemaName

String

Schema name.

TableName

String

Table name.

ForeignKeyName

String

Foreign key name.



See Also