LoggingStatement extends AbstractStatementMiddleware
FinalYes
Part of the Doctrine SQL Logging Driver Adapter
Table of Contents
Methods
- __construct() : mixed
- bindValue() : mixed
- execute() : Result
Methods
__construct()
    public
                    __construct(Statement $statement, DoctrineSqlLogger $logger, string $sql) : mixed
    Parameters
- $statement : Statement
- $logger : DoctrineSqlLogger
- $sql : string
bindValue()
    public
                    bindValue(mixed $param, mixed $value[, mixed $type = ParameterType::STRING ]) : mixed
    Parameters
- $param : mixed
- $value : mixed
- $type : mixed = ParameterType::STRING
execute()
    public
                    execute([mixed $params = null ]) : Result
    Parameters
- $params : mixed = null