FireDAC.Comp.Script.TFDScript

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDScript
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: FireDAC.Comp.Script

Delphi

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

C++

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

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.

See Also