final class SqliteGeneratedColumnProjector

Recomputes database-generated columns from a complete base-row projection.

Methods§

public function __construct()

Binds the dependencies used by this operation.

Calls 1
public function project(
    string $sourceSql,
    array<int, string> $columns,
    array<string, string> $generatedExpressions,
): string

Private surface 2§

Implementation details, listed for orientation only.

private const SOURCE_ALIAS = '__ztd_generated_source'
private IdentifierQuoter $quoter

Test cases 16§

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

Dedicated tests 2
Other tests reaching this symbol 14

Relations§

Instantiated in 1
Method calls 1
Type declarations 2