FireDAC.Phys.IBBase.TFDIBService.ExecSQL

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ExecSQL(const ADatabase, ASQL: String): TFDDatSTable; overload;
function ExecSQL(const AConn: IFDPhysConnection; const ASQL: String): TFDDatSTable; overload;

C++

Firedac::Dats::TFDDatSTable* __fastcall ExecSQL(const System::UnicodeString ADatabase, const System::UnicodeString ASQL)/* overload */;
Firedac::Dats::TFDDatSTable* __fastcall ExecSQL(const Firedac::Phys::Intf::_di_IFDPhysConnection AConn, const System::UnicodeString ASQL)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBService

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.