FireDAC.Comp.Client.TFDCustomTableAdapter

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDCustomTableAdapter = class(TFDComponent, IFDStanErrorHandler,
IFDDAptUpdateHandler)

C++

class PASCALIMPLEMENTATION TFDCustomTableAdapter : 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

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