FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLReader

Delphi
TFDBatchMoveSQLReader = class(TFDBatchMoveSQLDriver, IFDBatchMoveReader)
C++
class PASCALIMPLEMENTATION TFDBatchMoveSQLReader : public TFDBatchMoveSQLDriver
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Comp.BatchMove.SQL.pas FireDAC.Comp.BatchMove.SQL.hpp |
FireDAC.Comp.BatchMove.SQL | FireDAC.Comp.BatchMove.SQL |
Description
TFDBatchMoveSQLReader is used to directly connect to a DBMS using a TFDConnection component.
Use TFDBatchMoveSQLReader to connect to the DBMS that contains the data to copy using TFDBatchMove.
Set a source table name using the TableName property or set a SQL query returning the source data using the ReadSQL property.
Choose TFDBatchMoveSQLReader as the Reader property of the TFDBatchMove.
See Also
- FireDAC.TFDBatchMove Sample
- FireDAC.Comp.BatchMove.TFDBatchMove
- FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextReader
- FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextWriter
- FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetReader
- FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetWriter
- FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLWriter