FireDAC.Comp.Client.TFDCustomConnection.GetIndexNames
Delphi
procedure GetIndexNames(const ACatalogName, ASchemaName, ATableName, APattern: string; AList: TStrings);
C++
void __fastcall GetIndexNames(const System::UnicodeString ACatalogName, const System::UnicodeString ASchemaName, const System::UnicodeString ATableName, const System::UnicodeString APattern, System::Classes::TStrings* AList);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDCustomConnection |
Description
Returns a list of table indexes of the database.
This method receives the following parameters:
ACatalogNameis an optional database table catalog name to use.ASchemaNameis an optional database table schema name to use.ATableNameis the name of the database table to use.APatternis an optional table search pattern to use. Rules of the SQLLIKEstatement apply.AListis a list of strings that GetIndexNames fills with the index names of the specified database table.