FireDAC.Comp.BatchMove
Contains the FireDAC components, classes and types for processing the movement of data between different data sources and destinations. This unit includes the following classes: TFDBatchMove, TFDBatchMoveDriver, TFDBatchMoveMappings and others.
| Package | FireDAC370.bpl |
|---|
Classes
| IFDBatchMoveDriver | Interface in the FireDAC library used for performing batch data transfer operations. |
| IFDBatchMoveReader | Interface in the FireDAC library that defines the contract for reading data during a batch move operation. |
| IFDBatchMoveWriter | Interface in the FireDAC library that defines the contract for writing data during a batch move operation. |
| TFDBatchMove | This class implements the engine to process the data movement between different types of data sources and destinations. |
| TFDBatchMoveDriver | TFDBatchMoveDriver is the base abstract class for all batch move reader and writer classes. |
| TFDBatchMoveDriverClass | Class reference type in the FireDAC library that represents a driver for batch data movement operations. |
| TFDBatchMoveMappingItem | TFDBatchMoveMappingItem is used to map a source data item to a destination data item. |
| TFDBatchMoveMappings | Collection of mapping items of a batch move that belongs to a batch move object. |
Types
| TFDBatchMoveAction | Defines a kind of the data movement between different types of data sources and destinations. |
| TFDBatchMoveAnalyze | Specifies metadata parts. |
| TFDBatchMoveAnalyzeItem | |
| TFDBatchMoveErrorEvent | The type of event, allows for handling errors, such as data read/write issues, by providing a custom error-handling routine. |
| TFDBatchMoveFindDestRecordEvent | The type of event, allowing to customize the logic for locating or matching records in the destination. |
| TFDBatchMoveMode | Defines a mode of the data movement between different types of data sources and destinations. |
| TFDBatchMoveOption | Specifies how to move data between different types of data sources and destinations. |
| TFDBatchMoveOptions | Represents a set of the data move options. |
| TFDBatchMovePhase | Defines the different phases of a batch data move operation. |
| TFDBatchMoveProgressEvent | The type of event, providing information about the current state of the operation. |
| TFDBatchMoveWriteRecordEvent | The type of event, allowing to intervene and perform custom actions before or after writing each record. |
| TFDBatchMoveWriteValueEvent | Is the type of the OnWriteValue event handler. |
| TFDLogFileAction | Specifies how to write an information to the log file. |