class QueryExecuted

Properties

string $sql

The SQL query that was executed.

array $bindings

The array of query bindings.

float $time

The number of milliseconds it took to execute the query.

Connection $connection

The database connection instance.

string $connectionName

The database connection name.

Methods

__construct(string $sql, array $bindings, float $time, $connection)

Create a new event instance.

Details

at line 50
__construct(string $sql, array $bindings, float $time, $connection)

Create a new event instance.

Parameters

string $sql
array $bindings
float $time
$connection