FireDAC.Comp.BatchMove.TFDBatchMove

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDBatchMove = class(TFDComponent)

C++

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

Description

This class implements the engine to process the data movement between different types of data sources and destinations.

Use TFDBatchMove to move data between a data source and the data destination.

TFDBatchMove introduces abstractions for the readers and writers.

  • A reader of a data source is represented by the Reader property.
  • A writer to a data destination is represented by the Writer property.

FireDAC implements three types of standard reader and writer:

An application should assign the required reader and writer to the properties, and then call the Execute method.

See Also