FireDAC.Comp.Script.TFDScript

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

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

Delphi

TFDScript = class(TFDComponent, IFDStanOptions, IFDStanErrorHandler,
IFDStanObject, IFDGUIxScriptDialogInfoProvider, IFDScriptEngineIntf)

C++

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

プロパティ

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

説明

一連の SQL クエリを実行できる SQL スクリプト エンジンを実装したクラスです。

TFDScript を使用して、一連の SQL クエリやスクリプト制御コマンドを実行したり、実行ログを作成するようなことができます。

関連項目