Data.DBXMetaDataReader.TDBXBaseMetaDataReader.FetchIndexes
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXMetaDataReader.pas Data.DBXMetaDataReader.hpp
| |
Unit: Data.DBXMetaDataReader | |
Parent: TDBXBaseMetaDataReader |
Delphi
function FetchIndexes(const Catalog: string; const Schema: string; const Table: string): TDBXTable; virtual;
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.
FetchIndexes returns a TDBXTable containing information about table indexes of the database.