API:Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.FetchForeignKeys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FetchForeignKeys(const Catalog: string; const Schema: string; const Table: string): TDBXTable; override;

C++

virtual Data::Dbxcommontable::TDBXTable* __fastcall FetchForeignKeys(const System::UnicodeString Catalog, const System::UnicodeString Schema, const System::UnicodeString Table);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXMySqlMetaDataReader.pas
Data.DBXMySqlMetaDataReader.hpp
Data.DBXMySqlMetaDataReader TDBXMySqlCustomMetaDataReader

Description

Fetches information about foreign keys of the database.

Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.FetchForeignKeys inherits from Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchForeignKeys. All content below this line refers to Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchForeignKeys.

Fetches information about foreign keys of the database.

FetchForeignKeys returns a TDBXTable containing information about the foreign keys of the database.

See Also