FireDAC.Comp.Client.TFDCustomLocalSQL

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDCustomLocalSQL

Delphi

TFDCustomLocalSQL = class(TFDComponent, IFDPhysSQLHandler)

C++

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

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

Description

The base class for the Local SQL engine. The TFDCustomLocalSQL class is a base class for the Local SQL engine. The programmer must not use it directly. The engine itself is implemented by the TFDLocalSQL class. 

The Connection property points to a connection object which will provide the ability to execute the Local SQL commands. To activate the engine set Active to True

FireDAC datasets may be registered with the engine by setting their TFDAdaptedDataSet.LocalSQL properties. FireDAC and Non-FireDAC datasets may be registered with the engine using the TFDCustomLocalSQL.DataSets property.

See Also