classGeneratedColumnOverrideException
final class GeneratedColumnOverrideException
extends InvalidOverrideException
An override supplies a value computed by the database.
Properties§
public string $columnpublic TableSchema $schemaMethods§
public function __construct(public string $column, public TableSchema $schema)An override supplies a value computed by the database.
Parameters
$column | string | |
$schema | TableSchema |
Calls 2
- static-call InvalidOverrideException::__construct() line 22
- function-call
sprintfline 22
Test cases 17§
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 16
PostgreSqlEndToEndTestcallsSqliteIntegrationTestcallsDatabaseFixtureProviderTestcallsFileFixtureProviderTestcallsNullOverrideExceptionTestcallsUnknownOverrideColumnExceptionTestcallsRowMaterializerTestcallsPlanGeneratorTestcallsRowGenerationTestcallsOverrideValidatorTestcallsFixtureGeneratorTestcallsFixtureProviderTestcallsConstructorHydrationTestcallsPropertyHydrationTestcallsInvalidOverrideExceptionTest::testGeneratedColumnSaysTheDatabaseComputesItcallsSqlSchemaProviderTestcalls