final class GeneratedColumnReferenceException
    extends PlanSchemaException

A relation names a column computed by the database.

Properties§

public ColumnRef $reference
public string $column
public TableSchema $schema

Methods§

public function __construct(
    public ColumnRef $reference,
    public string $column,
    public TableSchema $schema,
)

A relation names a column computed by the database.

Parameters

$referenceColumnRef
$columnstring
$schemaTableSchema
Calls 3

Test cases 14§

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 13

Relations§

Instantiated in 1