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 コマンドの実行、パラメータ データの送信、結果セットの受信を行うことができます。

関連項目