FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLReader

[–] 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
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