FireDAC.Comp.BatchMove.IFDBatchMoveDriver

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
interface
class
Visibility: public
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: FireDAC.Comp.BatchMove

Delphi

IFDBatchMoveDriver = interface(IUnknown)

C++

__interface  INTERFACE_UUID("{3E9B315B-F456-4175-A864-B2573C4A2050}") IFDBatchMoveDriver  : public System::IInterface

Description

Interface in the FireDAC library used for performing batch data transfer operations.

It defines the contract for implementing custom drivers that handle data movement between different sources and destinations in a batch process.

See Also