mini\Database\PartialQuery::getCTEs() Method

public

Signature

public function getCTEs(): array

Returns

array

Documentation

Get CTE (Common Table Expression) prefix for DELETE/UPDATE

Returns the WITH clause if CTEs are present, empty string otherwise. Note: CTE params are included in the AST and returned by getSql().

Source

src/Database/PartialQuery.php:2132-2150