final class UnknownSchemaException
    extends SimulationException

Exception thrown when a query references unknown tables or columns.

Methods§

public function __construct(string $sql, string $identifier, string $identifierType = 'table')
public function getSql(): string

Get the SQL statement.

Returns

string
Test cases 1
public function getIdentifier(): string
public function getIdentifierType(): string

Private surface 3§

Implementation details, listed for orientation only.

private string $sql
private string $identifier
private string $identifierType

Test cases 11§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 7
Other tests reaching this symbol 4

Relations§

Method calls 2
Type declarations 1