FireDAC.Comp.Client.TFDCommand

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

FireDAC.Comp.Client.TFDCustomCommandFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDCommand

Delphi

TFDCommand = class(TFDCustomCommand)

C++

class PASCALIMPLEMENTATION TFDCommand : public TFDCustomCommand

プロパティ

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

説明

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

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

関連項目