final class SqlitePdoParameterBindingCompiler
    implements ParameterBindingCompiler

Compiles PDO parameter values into typed SQLite literals.

Methods§

public function __construct(private SqliteCastRenderer $castRenderer = new \ZtdQuery\Platform\Sqlite\Sql\Value\SqliteCastRenderer())

Binds the dependencies used by this operation.

Parameters

$castRendererSqliteCastRenderer
Calls 1
public function compile(string $sql, ?array $params): array

Private surface 1§

Implementation details, listed for orientation only.

private SqliteCastRenderer $castRenderer = new \ZtdQuery\Platform\Sqlite\Sql\Value\SqliteCastRenderer()

Test cases 4§

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

Dedicated tests 3
Other tests reaching this symbol 1

Relations§

Instantiated in 1