PHP Class Amp\Mysql\ResultSet

Show file Open project: amphp/mysql

Public Methods

Method Description
__construct ( ConnectionState $state, ResultProxy $result )
fetch ( )
fetchAll ( )
fetchObject ( )
fetchObjects ( )
fetchRow ( )
fetchRows ( )
getConnInfo ( )
getFields ( )
next ( )
rowCount ( )

Protected Methods

Method Description
genericFetch ( callable $cb = null )
genericFetchAll ( $cb )

Method Details

__construct() public method

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

fetch() public method

public fetch ( )

fetchAll() public method

public fetchAll ( )

fetchObject() public method

public fetchObject ( )

fetchObjects() public method

public fetchObjects ( )

fetchRow() public method

public fetchRow ( )

fetchRows() public method

public fetchRows ( )

genericFetch() protected method

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

genericFetchAll() protected method

protected genericFetchAll ( $cb )

getConnInfo() public method

public getConnInfo ( )

getFields() public method

public getFields ( )

next() public method

public next ( )

rowCount() public method

public rowCount ( )