FireDAC.Comp.Script.TFDSQLScript
Delphi
TFDSQLScript = class(TCollectionItem)
C++
class PASCALIMPLEMENTATION TFDSQLScript : public System::Classes::TCollectionItem
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp |
FireDAC.Comp.Script | FireDAC.Comp.Script |
Description
An in-memory stored SQL script.
The TFDSQLScript class represents an SQL script, stored in the program memory.
Each script is identified by its name by the Name property and contains script commands in its SQL property.