FireDAC.Phys.Intf.IFDPhysConnectionMetadata.GetTableIndexes

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
Unit: FireDAC.Phys.Intf
Parent: IFDPhysConnectionMetadata

Delphi

function GetTableIndexes(const ACatalog, ASchema, ATable, AWildCard: String): TFDDatSView;

C++

virtual Firedac::Dats::TFDDatSView* __fastcall GetTableIndexes(const System::UnicodeString ACatalog, const System::UnicodeString ASchema, const System::UnicodeString ATable, const System::UnicodeString AWildCard) = 0 ;

Description

Embarcadero Technologies does not currently have any additional information.