PHP 클래스 Amp\Mysql\ResultSet

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

공개 메소드들

메소드 설명
__construct ( ConnectionState $state, ResultProxy $result )
fetch ( )
fetchAll ( )
fetchObject ( )
fetchObjects ( )
fetchRow ( )
fetchRows ( )
getConnInfo ( )
getFields ( )
next ( )
rowCount ( )

보호된 메소드들

메소드 설명
genericFetch ( callable $cb = null )
genericFetchAll ( $cb )

메소드 상세

__construct() 공개 메소드

public __construct ( ConnectionState $state, ResultProxy $result )
$state ConnectionState
$result ResultProxy

fetch() 공개 메소드

public fetch ( )

fetchAll() 공개 메소드

public fetchAll ( )

fetchObject() 공개 메소드

public fetchObject ( )

fetchObjects() 공개 메소드

public fetchObjects ( )

fetchRow() 공개 메소드

public fetchRow ( )

fetchRows() 공개 메소드

public fetchRows ( )

genericFetch() 보호된 메소드

protected genericFetch ( callable $cb = null )
$cb callable

genericFetchAll() 보호된 메소드

protected genericFetchAll ( $cb )

getConnInfo() 공개 메소드

public getConnInfo ( )

getFields() 공개 메소드

public getFields ( )

next() 공개 메소드

public next ( )

rowCount() 공개 메소드

public rowCount ( )