PHP 클래스 Doctrine\DBAL\Driver\Mysqli\MysqliStatement

저자: Kim Hemsø Rasmussen ([email protected])
상속: implements IteratorAggregate, implements Doctrine\DBAL\Driver\Statement
파일 보기 프로젝트 열기: doctrine/dbal

보호된 프로퍼티들

프로퍼티 타입 설명
$_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

공개 메소드들

메소드 설명
__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 )

비공개 메소드들

메소드 설명
_bindValues ( array $values ) : boolean Binds a array of values to bound parameters.
_fetch ( ) : boolean | array

메소드 상세

__construct() 공개 메소드

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

bindParam() 공개 메소드

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

bindValue() 공개 메소드

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

closeCursor() 공개 메소드

public closeCursor ( )

columnCount() 공개 메소드

public columnCount ( )

errorCode() 공개 메소드

public errorCode ( )

errorInfo() 공개 메소드

public errorInfo ( )

execute() 공개 메소드

public execute ( $params = null )

fetch() 공개 메소드

public fetch ( $fetchMode = null )

fetchAll() 공개 메소드

public fetchAll ( $fetchMode = null )

fetchColumn() 공개 메소드

public fetchColumn ( $columnIndex )

getIterator() 공개 메소드

public getIterator ( )

rowCount() 공개 메소드

public rowCount ( )

setFetchMode() 공개 메소드

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

프로퍼티 상세

$_bindedValues 보호되어 있는 프로퍼티

protected array $_bindedValues
리턴 array

$_columnNames 보호되어 있는 프로퍼티

protected null|bool|array $_columnNames
리턴 null | boolean | array

$_conn 보호되어 있는 프로퍼티

protected mysqli $_conn
리턴 mysqli

$_defaultFetchMode 보호되어 있는 프로퍼티

protected int $_defaultFetchMode
리턴 integer

$_paramTypeMap 보호되어 있는 정적으로 프로퍼티

protected static array $_paramTypeMap
리턴 array

$_rowBindedValues 보호되어 있는 프로퍼티

protected null|array $_rowBindedValues
리턴 null | array

$_stmt 보호되어 있는 프로퍼티

protected mysqli_stmt $_stmt
리턴 mysqli_stmt

$_values 보호되어 있는 프로퍼티

Contains ref values for bindValue().
protected array $_values
리턴 array

$types 보호되어 있는 프로퍼티

protected string $types
리턴 string