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')

Parameters

$sqlstringThe SQL statement.
$identifierstringThe unknown identifier.
$identifierTypestringThe type of identifier ('table' or 'column').
Calls 2
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 85§

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 78

Relations§

Instantiated in 23
Method calls 2
Type declarations 1