Model

QueryProcessor

Magento\QueryXml\Model\QueryProcessor

What it does

This class executes database queries defined in XML configuration files by processing query names and their arguments.

Developers use it to run pre-configured SQL queries with dynamic parameters, replacing placeholders with actual values and executing them through the appropriate database connection.

Public Methods

  • execute()