interface SchemaResolverInterface

Resolves a table schema by name.

A plan names its tables, so generating from one needs a lookup by name rather than by DDL or by connection.

Methods§

public function has(string $tableName): bool

Reports whether the named table is registered.

Parameters

$tableNamestring

Returns

bool

Test cases 12§

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 11

Relations§

Implemented by 1
Method calls 3
Type declarations 4