Doctrine


Namespace Doctrine\ORM\Query\Exec

Class Summary
AbstractSqlExecutorBase class for SQL statement executors.
MultiTableDeleteExecutorExecutes the SQL statements for bulk DQL DELETE statements on classes in Class Table Inheritance (JOINED).
MultiTableUpdateExecutorExecutes the SQL statements for bulk DQL UPDATE statements on classes in Class Table Inheritance (JOINED).
SingleSelectExecutorExecutor that executes the SQL statement for simple DQL SELECT statements.
SingleTableDeleteUpdateExecutorExecutor that executes the SQL statements for DQL DELETE/UPDATE statements on classes that are mapped to a single table.

Doctrine