Model
FeedQuery
Magento\DataExporter\Model\Query\FeedQuery
What it does
This class generates database queries for retrieving feed data from export tables in Magento's Data Exporter module.
Developers use it to fetch batches of modified feed records based on timestamps and offsets, typically for synchronizing product catalog or other entity data with external systems.
Note: This class is deprecated in favor of BatchGeneratorInterface.
Public Methods
- getLimitSelect()
- getDataSelect()