final class InsertSelectProjection

The insert select projection.

Methods§

public function __construct(
    private string $targetColumn,
    private ?int $sourceIndex,
    private ?string $defaultExpression,
    private ?int $generatedIdentityStart,
    private bool $nullValue,
)
public static function defaultExpression(string $targetColumn, string $expression): self
public function defaultExpressionValue(): ?string

Private surface 5§

Implementation details, listed for orientation only.

private string $targetColumn
private ?int $sourceIndex
private ?string $defaultExpression
private ?int $generatedIdentityStart
private bool $nullValue

Test cases 8§

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 1

Relations§

Static calls 4