FireDAC.Comp.Client.TFDCustomConnection
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 を使用してください。