classSqliteViewShadowRenderer
final class SqliteViewShadowRenderer
Renders a reflected view as a shadow CTE.
Methods§
public function render(
ViewDefinitionSet $views,
list<string> $tableNames,
): array<string, string>Parameters
$views | ViewDefinitionSet | |
$tableNames | list<string> |
Returns
array<string, string>Test cases 1
Called from 1
Calls 5
- method-call ViewDefinitionSet::orderedDefinitions() line 20
- function-call
array_mergeline 21 - function-call
array_keysline 21 - new SqliteSelectRelationParser line 23
- method-call SqliteSelectRelationParser::unqualify() line 25
Test cases 5§
Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.
Dedicated tests 1
Other tests reaching this symbol 4
TableContextBuilderTestcallsSqliteRewriterTestcallsStatementRewriterTestcallsSqliteSessionFactoryTestcalls