FireDAC.Comp.Client.TFDCustomTableAdapter

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

FireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDCustomTableAdapter

Delphi

TFDCustomTableAdapter = class(TFDComponent, IFDStanErrorHandler,
IFDDAptUpdateHandler)

C++

class PASCALIMPLEMENTATION TFDCustomTableAdapter : public Firedac::Stan::Intf::TFDComponent

プロパティ

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


説明

このクラスでは、アプリケーションとデータベース間の通信を提供します。

TFDCustomTableAdapter を使用すると、SQL クエリの実行、テーブル更新、トランザクションが可能です。TFDCustomTableAdapter は、TFDCommand から TFDMemTable にデータを転送します。

3 つのコンポーネントの代わりに、TFDQuery を使用して、SQL コマンドの実行、パラメータ データの送信、結果セットの受信を行うことができます。

関連項目

サンプル