classMissingRelationValueException
final class MissingRelationValueException
extends PlanSchemaException
A generated parent row cannot supply the referenced value.
Properties§
public string $childColumnpublic ColumnRef $parentpublic string $parentColumnMethods§
public function __construct(
public string $childColumn,
public ColumnRef $parent,
public string $parentColumn,
)A generated parent row cannot supply the referenced value.
Parameters
$childColumn | string | |
$parent | ColumnRef | |
$parentColumn | string |
Calls 2
- static-call PlanSchemaException::__construct() line 23
- function-call
sprintfline 23
Test cases 13§
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 12
PostgreSqlEndToEndTestcallsSqliteIntegrationTestcallsGeneratedColumnReferenceExceptionTestcallsUnknownPlanColumnExceptionTestcallsRelationProjectionTestcallsRowMaterializerTestcallsPlanGeneratorTestcallsPlanSchemaExceptionTest::testMissingValueNamesBothEndscallsPlanSchemaValidatorTestcallsEndpointValidatorTestcallsFixtureProviderTestcallsSqlSchemaProviderTestcalls