API:Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.FetchIndexes
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXMySqlMetaDataReader.pas Data.DBXMySqlMetaDataReader.hpp
| |
Unit: Data.DBXMySqlMetaDataReader | |
Parent: TDBXMySqlCustomMetaDataReader |
Delphi
function FetchIndexes(const Catalog: string; const Schema: string; const Table: string): TDBXTable; override;
C++
virtual Data::Dbxcommontable::TDBXTable* __fastcall FetchIndexes(const System::UnicodeString Catalog, const System::UnicodeString Schema, const System::UnicodeString Table);
Description
Fetches information about the table indexes of the database.
Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.FetchIndexes inherits from Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchIndexes. All content below this line refers to Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchIndexes.
Fetches information about the table indexes of the database.
FetchIndexes returns a TDBXTable containing information about table indexes of the database.