class Statement extends Model (View source)

Properties

protected $paramTypesType
protected $paramTypesDataType
array[] $params
string $sql

Methods

setParamTypes($paramTypes)

No description

Type[]
getParamTypes()

No description

setParams($params)

No description

array[]
getParams()

No description

setSql($sql)

No description

string
getSql()

No description

Details

setParamTypes($paramTypes)

No description

Parameters

$paramTypes

Type[] getParamTypes()

No description

Return Value

Type[]

setParams($params)

No description

Parameters

$params

array[] getParams()

No description

Return Value

array[]

setSql($sql)

No description

Parameters

$sql

string getSql()

No description

Return Value

string