FireDAC.Comp.Client.TFDTableAdapter

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

FireDAC.Comp.Client.TFDCustomTableAdapterFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDTableAdapter

Delphi

TFDTableAdapter = class(TFDCustomTableAdapter)

C++

class PASCALIMPLEMENTATION TFDTableAdapter : public TFDCustomTableAdapter

プロパティ

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

説明

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

FireDAC.Comp.Client.TFDTableAdapter は FireDAC.Comp.Client.TFDCustomTableAdapter を継承しています。以下の内容はすべて FireDAC.Comp.Client.TFDCustomTableAdapter を参照しています。

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

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

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

関連項目

サンプル