RawSql
in package
implements
Stringable
Tags
Table of Contents
Interfaces
- Stringable
Properties
- $string : string
Methods
- __construct() : mixed
- __toString() : string
- getBindingKey() : string
- Returns unique id for binding key
- with() : self
- Create new instance with new SQL string
Properties
$string
private
string
$string
Raw SQL string
Methods
__construct()
public
__construct(string $sqlString) : mixed
Parameters
- $sqlString : string
__toString()
public
__toString() : string
Return values
stringgetBindingKey()
Returns unique id for binding key
public
getBindingKey() : string
Return values
stringwith()
Create new instance with new SQL string
public
with(string $newSqlString) : self
Parameters
- $newSqlString : string