FireDAC.Comp.BatchMove

From RAD Studio API Documentation
Jump to: navigation, search

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 FireDAC290.bpl

Classes

IFDBatchMoveDriverInterface in the FireDAC library used for performing batch data transfer operations.
IFDBatchMoveReaderInterface in the FireDAC library that defines the contract for reading data during a batch move operation.
IFDBatchMoveWriterInterface in the FireDAC library that defines the contract for writing data during a batch move operation.
TFDBatchMoveThis class implements the engine to process the data movement between different types of data sources and destinations.
TFDBatchMoveDriverTFDBatchMoveDriver is the base abstract class for all batch move reader and writer classes.
TFDBatchMoveDriverClassClass reference type in the FireDAC library that represents a driver for batch data movement operations.
TFDBatchMoveMappingItemTFDBatchMoveMappingItem is used to map a source data item to a destination data item.
TFDBatchMoveMappingsCollection of mapping items of a batch move that belongs to a batch move object.

Types

TFDBatchMoveActionDefines a kind of the data movement between different types of data sources and destinations.
TFDBatchMoveAnalyzeSpecifies metadata parts.
TFDBatchMoveAnalyzeItem
TFDBatchMoveErrorEventThe type of event, allows for handling errors, such as data read/write issues, by providing a custom error-handling routine.
TFDBatchMoveFindDestRecordEventThe type of event, allowing to customize the logic for locating or matching records in the destination.
TFDBatchMoveModeDefines a mode of the data movement between different types of data sources and destinations.
TFDBatchMoveOptionSpecifies how to move data between different types of data sources and destinations.
TFDBatchMoveOptionsRepresents a set of the data move options.
TFDBatchMovePhaseDefines the different phases of a batch data move operation.
TFDBatchMoveProgressEventThe type of event, providing information about the current state of the operation.
TFDBatchMoveWriteRecordEventThe type of event, allowing to intervene and perform custom actions before or after writing each record.
TFDBatchMoveWriteValueEventIs the type of the OnWriteValue event handler.
TFDLogFileActionSpecifies how to write an information to the log file.