FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriver

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriverFireDAC.Comp.BatchMove.TFDBatchMoveDriverFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDBatchMoveSQLDriver
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.BatchMove.SQL.pas
FireDAC.Comp.BatchMove.SQL.hpp
Unit: FireDAC.Comp.BatchMove.SQL
Parent: FireDAC.Comp.BatchMove.SQL

Delphi

TFDBatchMoveSQLDriver = class(TFDBatchMoveDataSetDriver)

C++

class PASCALIMPLEMENTATION TFDBatchMoveSQLDriver : public Firedac::Comp::Batchmove::Dataset::TFDBatchMoveDataSetDriver

Description

A base class implementing a batch move driver for transferring data between a SQL-based data source and a destination.


See Also