FireDAC.Comp.Script.TFDSQLScript

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTFDSQLScript

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.

See Also