FireDAC.Comp.Client.TFDCustomConnection

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

Data.DB.TCustomConnectionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDCustomConnection

Delphi

TFDCustomConnection = class(TCustomConnection,
IFDStanOptions, IFDStanErrorHandler, IFDStanObject, IFDPhysConnectionRecoveryHandler,
IFDPhysTransactionStateHandler)

C++

class PASCALIMPLEMENTATION TFDCustomConnection : public Data::Db::TCustomConnection

プロパティ

種類 可視性 ソース ユニット
class public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

説明

DBMS との接続の確立を担当するクラスです。

TFDCustomConnection を使用すると、DBMS への接続を確立でき、関連付けられたデータセットを管理できます。このクラスでは一部のプロパティを隠蔽しており、下位クラスでプロパティの可視性を制御できるようになっています。エンド ユーザーは TFDConnection を使用してください。

関連項目