IBX.IBDatabase.TIBDatabase

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

{ TIBDatabase }
[ComponentPlatformsAttribute(pidAllPlatforms)]
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