FireDAC.Comp.BatchMove.IFDBatchMoveDriver

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFDBatchMoveDriver = interface(IUnknown)

C++

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

Properties

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

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