FireDAC.Comp.Client.TFDCustomCommand

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

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

Delphi

TFDCustomCommand = class(TFDComponent, IFDStanOptions, IFDStanErrorHandler,
IFDStanObject, IFDStanAsyncHandler, IFDPhysCommandStateHandler)

C++

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

プロパティ

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

説明

SQL コマンドの実行を担当する基底クラスです。

TFDCustomCommand クラスを使用すると、SQL コマンドを実行できます。このクラスを使用しても、返された結果セットに対して TDataSet 対応のアクセスはできません。

このクラスでは一部のプロパティを隠蔽しており、プロパティの可視性を下位クラスで制御できるようになっています。エンド ユーザーは TFDCommand を使用してください。

関連項目