CodeIgniter v4.5 API

RawSql
in package
implements Stringable

Tags
see
RawSqlTest

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
string

getBindingKey()

Returns unique id for binding key

public getBindingKey() : string
Return values
string

with()

Create new instance with new SQL string

public with(string $newSqlString) : self
Parameters
$newSqlString : string
Return values
self

        
On this page

Search results