IBX.IBDatabase.TIBDatabase

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
class public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase IBX.IBDatabase


説明

TIBDatabase は、InterBase データベース接続をカプセル化します。

TIBDataBase を使用すると、InterBase データベース接続をカプセル化します。すべての TIBCustomDataSet の子孫および TIBSQL は、TIBDataBase コンポーネントを使用して、データベースへのアクセスを取得します。

InterBase の暗号化に関する情報については、『InterBase データ定義ガイド』を参照してください。

関連項目