FireDAC.Comp.BatchMove.TFDBatchMove

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDBatchMove = class(TFDComponent)

C++

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

Properties

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

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