Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
bindColumn ($column, &$param, $type=null, $maxlen=null, $driverdata=null) | |
bindParam ($parameter, &$variable, $data_type=PDO::PARAM_STR, $length=null, $driver_options=null) | |
bindValue ($parameter, $value, $data_type=PDO::PARAM_STR) | |
execute ($input_parameters=null) | |
Fonctions membres protégées | |
__construct (TraceablePDO $pdo) | |
Attributs protégés | |
$pdo | |
$boundParameters = [] | |
A traceable PDO statement to use with Traceablepdo
|
protected |
TraceablePDOStatement constructor.
TraceablePDO | $pdo |
Références TraceablePDOStatement\$pdo.
Bind a column to a PHP variable
bindValue | ( | $parameter, | |
$value, | |||
$data_type = PDO::PARAM_STR |
|||
) |
Binds a value to a parameter
Références $value.
execute | ( | $input_parameters = null | ) |
Executes a prepared statement
Références TraceablePDOStatement\$boundParameters, $result, $this, et null.
|
protected |
Référencé par TraceablePDOStatement\execute().
|
protected |
Référencé par TraceablePDOStatement\__construct().