FireDAC.Comp.Script.TFDSQLScript

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: FireDAC.Comp.Script.pas FireDAC.Comp.Script.hpp
| |
Unit: FireDAC.Comp.Script | |
Parent: FireDAC.Comp.Script |
Delphi
TFDSQLScript = class(TCollectionItem)
C++
class PASCALIMPLEMENTATION TFDSQLScript : public System::Classes::TCollectionItem
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.