PHP Class Amp\Mysql\ResultSet

Afficher le fichier Open project: amphp/mysql

Méthodes publiques

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

Méthodes protégées

Méthode Description
genericFetch ( callable $cb = null )
genericFetchAll ( $cb )

Method Details

__construct() public méthode

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

fetch() public méthode

public fetch ( )

fetchAll() public méthode

public fetchAll ( )

fetchObject() public méthode

public fetchObject ( )

fetchObjects() public méthode

public fetchObjects ( )

fetchRow() public méthode

public fetchRow ( )

fetchRows() public méthode

public fetchRows ( )

genericFetch() protected méthode

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

genericFetchAll() protected méthode

protected genericFetchAll ( $cb )

getConnInfo() public méthode

public getConnInfo ( )

getFields() public méthode

public getFields ( )

next() public méthode

public next ( )

rowCount() public méthode

public rowCount ( )