PHP 클래스 Amp\Mysql\ResultProxy

파일 보기 프로젝트 열기: amphp/mysql

공개 프로퍼티들

프로퍼티 타입 설명
$columnCount
$columns
$columnsToFetch
$deferreds
$fetchedRows
$next
$params
$rows
$state
$userFetched

공개 메소드들

메소드 설명
__debugInfo ( )
rowFetched ( $row )
setColumns ( $columns )
updateState ( $state )

메소드 상세

__debugInfo() 공개 메소드

public __debugInfo ( )

rowFetched() 공개 메소드

public rowFetched ( $row )

setColumns() 공개 메소드

public setColumns ( $columns )

updateState() 공개 메소드

public updateState ( $state )

프로퍼티 상세

$columnCount 공개적으로 프로퍼티

public $columnCount

$columns 공개적으로 프로퍼티

public $columns

$columnsToFetch 공개적으로 프로퍼티

public $columnsToFetch

$deferreds 공개적으로 프로퍼티

public $deferreds

$fetchedRows 공개적으로 프로퍼티

public $fetchedRows

$next 공개적으로 프로퍼티

public $next

$params 공개적으로 프로퍼티

public $params

$rows 공개적으로 프로퍼티

public $rows

$state 공개적으로 프로퍼티

public $state

$userFetched 공개적으로 프로퍼티

public $userFetched