FireDAC.Comp.Script.TFDScript
Delphi
TFDScript = class(TFDComponent, IFDStanOptions, IFDStanErrorHandler,
IFDStanObject, IFDGUIxScriptDialogInfoProvider, IFDScriptEngineIntf)
C++
class PASCALIMPLEMENTATION TFDScript : public Firedac::Stan::Intf::TFDComponent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp |
FireDAC.Comp.Script | FireDAC.Comp.Script |
Description
The class implementing the SQL script engine, capable to execute a series of SQL queries.
Use TFDScript to execute a series of SQL queries, script control commands, and to produce an execution log and so on.