\DebugBar\DataCollector\PDOTraceablePDOStatement

A traceable PDO statement to use with Traceablepdo

Summary

Methods
Properties
Constants
bindColumn()
bindParam()
bindValue()
execute()
No public properties found
No constants found
__construct()
$pdo
$boundParameters
N/A
No private methods found
No private properties found
N/A

Properties

$pdo

$pdo : 

Type

$boundParameters

$boundParameters : 

Type

Methods

bindColumn()

bindColumn(  $column,   $param,   $type = null,   $maxlen = null,   $driverdata = null) 

Parameters

$column
$param
$type
$maxlen
$driverdata

bindParam()

bindParam(  $param,   $var,   $data_type = \PDO::PARAM_STR,   $length = null,   $driver_options = null) 

Parameters

$param
$var
$data_type
$length
$driver_options

bindValue()

bindValue(  $param,   $value,   $data_type = \PDO::PARAM_STR) 

Parameters

$param
$value
$data_type

execute()

execute(  $params = null) 

Parameters

$params