mini\Database\VirtualDatabase::applyWhereToTable()
Method
private
Signature
private function applyWhereToTable(mini\Table\Contracts\TableInterface $table, ?mini\Parsing\SQL\AST\ASTNode $where): mini\Table\Contracts\TableInterface
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$table |
mini\Table\Contracts\TableInterface |
required | Documentation missing |
$where |
?mini\Parsing\SQL\AST\ASTNode |
required | Documentation missing |
Returns
Documentation
Apply a WHERE clause AST to build a query for mutations