class Raw

Raw SQL container.

Properties

protected string $sql Raw SQL.
protected array $parameters Parameters.

Methods

__construct(string $sql, array $parameters = [])

Constructor.

string
getSql()

Returns the raw SQL.

array
getParameters()

Returns the parameters.

Details

at line 37
__construct(string $sql, array $parameters = [])

Constructor.

Parameters

string $sql Raw SQL
array $parameters Parameters

at line 49
string getSql()

Returns the raw SQL.

Return Value

string

at line 59
array getParameters()

Returns the parameters.

Return Value

array