FireDAC.Comp.Client.TFDCustomLocalSQL

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDCustomLocalSQL = class(TFDComponent, IFDPhysSQLHandler)

C++

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

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