API:FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLReader

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriverFireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriverFireDAC.Comp.BatchMove.TFDBatchMoveDriverFireDAC.Stan.Intf.TFDComponentTFDBatchMoveSQLReader
[–] 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

TFDBatchMoveSQLReader = class(TFDBatchMoveSQLDriver, IFDBatchMoveReader)

C++

class PASCALIMPLEMENTATION TFDBatchMoveSQLReader : public TFDBatchMoveSQLDriver

Description

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

FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLReader inherits from FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriver. All content below this line refers to FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLDriver.


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


See Also