interface ViewReflector

Reads the views a database has, and what each of them selects from.

A view is a statement standing in for a table, so ZTD has to know both what it selects and which tables that reaches, in order to shadow it.

Methods§

public function reflectViews(): array<string, ViewDefinition>

Returns

array<string, ViewDefinition>