FireDAC.Comp.Client.TFDCustomTableAdapter

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDCustomTableAdapter = class(TFDComponent, IFDStanErrorHandler,
IFDDAptUpdateHandler)

C++

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

Description

This class provides communication between the application and the database.

Use TFDCustomTableAdapter to execute SQL queries, table updates, and transactions. TFDCustomTableAdapter transfers data from TFDCommand into TFDMemTable.

Instead of the three components, you can use TFDQuery to execute SQL commands, send parameters data, and receive result sets.

See Also

Sample