Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.FetchForeignKeys
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. {{#multireplace:Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.FetchForeignKeys|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchForeignKeys|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchForeignKeys|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Fetches information about foreign keys of the database.
FetchForeignKeys returns a TDBXTable containing information about the foreign keys of the database.