PHP Class Doctrine\DBAL\Driver\Mysqli\MysqliStatement

Author: Kim Hemsø Rasmussen ([email protected])
Inheritance: implements IteratorAggregate, implements Doctrine\DBAL\Driver\Statement
Afficher le fichier Open project: doctrine/dbal

Protected Properties

Свойство Type Description
$_bindedValues array
$_columnNames null | boolean | array
$_conn mysqli
$_defaultFetchMode integer
$_paramTypeMap array
$_rowBindedValues null | array
$_stmt mysqli_stmt
$_values array Contains ref values for bindValue().
$types string

Méthodes publiques

Méthode Description
__construct ( mysqli $conn, string $prepareString )
bindParam ( $column, &$variable, $type = null, $length = null )
bindValue ( $param, $value, $type = null )
closeCursor ( )
columnCount ( )
errorCode ( )
errorInfo ( )
execute ( $params = null )
fetch ( $fetchMode = null )
fetchAll ( $fetchMode = null )
fetchColumn ( $columnIndex )
getIterator ( )
rowCount ( )
setFetchMode ( $fetchMode, $arg2 = null, $arg3 = null )

Private Methods

Méthode Description
_bindValues ( array $values ) : boolean Binds a array of values to bound parameters.
_fetch ( ) : boolean | array

Method Details

__construct() public méthode

public __construct ( mysqli $conn, string $prepareString )
$conn mysqli
$prepareString string

bindParam() public méthode

public bindParam ( $column, &$variable, $type = null, $length = null )

bindValue() public méthode

public bindValue ( $param, $value, $type = null )

closeCursor() public méthode

public closeCursor ( )

columnCount() public méthode

public columnCount ( )

errorCode() public méthode

public errorCode ( )

errorInfo() public méthode

public errorInfo ( )

execute() public méthode

public execute ( $params = null )

fetch() public méthode

public fetch ( $fetchMode = null )

fetchAll() public méthode

public fetchAll ( $fetchMode = null )

fetchColumn() public méthode

public fetchColumn ( $columnIndex )

getIterator() public méthode

public getIterator ( )

rowCount() public méthode

public rowCount ( )

setFetchMode() public méthode

public setFetchMode ( $fetchMode, $arg2 = null, $arg3 = null )

Property Details

$_bindedValues protected_oe property

protected array $_bindedValues
Résultat array

$_columnNames protected_oe property

protected null|bool|array $_columnNames
Résultat null | boolean | array

$_conn protected_oe property

protected mysqli $_conn
Résultat mysqli

$_defaultFetchMode protected_oe property

protected int $_defaultFetchMode
Résultat integer

$_paramTypeMap protected_oe static_oe property

protected static array $_paramTypeMap
Résultat array

$_rowBindedValues protected_oe property

protected null|array $_rowBindedValues
Résultat null | array

$_stmt protected_oe property

protected mysqli_stmt $_stmt
Résultat mysqli_stmt

$_values protected_oe property

Contains ref values for bindValue().
protected array $_values
Résultat array

$types protected_oe property

protected string $types
Résultat string