mini\Database\PartialQuery::getModifiableSelect() Method

private

Signature

private function getModifiableSelect(): mini\Parsing\SQL\AST\SelectStatement

Returns

mini\Parsing\SQL\AST\SelectStatement

Documentation

Get the innermost SelectStatement for modification

If the AST is a UnionNode, wraps it in a subquery first. If the AST is a WithStatement, returns its inner query.

Source

src/Database/PartialQuery.php:240-268