IBX.IBDatabase.TIBDatabase

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Data.DB.TCustomConnectionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTIBDatabase

Delphi

[ComponentPlatformsAttribute(pidWin32 or pidWin64 or pidOSX32 or
pidiOSSimulator or pidiOSDevice32 or pidiOSDevice64 or pidAndroid or pidLinux64)]
TIBDataBase = class(TCustomConnection)

C++

class PASCALIMPLEMENTATION TIBDatabase : public Data::Db::TCustomConnection

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase IBX.IBDatabase

Beschreibung

TIBDatabase kapselt eine InterBase-Datenbankverbindung.

Die Klasse TIBDataBase kapselt eine InterBase-Datenbankverbindung. Alle Nachkommen von TIBCustomDataSet sowie alle TIBSQL-Objekte verwenden die TIBDataBase-Komponente für den Zugriff auf Datenbanken.

Siehe auch