PHP Class Nette\Database\ResultSet

Inheritance: implements Iterator, implements Nette\Database\IRowContainer, use trait Nette\SmartObject
Afficher le fichier Open project: nette/database Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Connection $connection, $queryString, array $params )
current ( )
dump ( ) : void Displays complete result set as HTML table for debug purposes.
fetch ( )
fetchAll ( )
fetchAssoc ( $path )
fetchField ( $column ) : mixed | FALSE Fetches single field.
fetchPairs ( $key = NULL, $value = NULL )
getColumnCount ( ) : integer
getConnection ( ) : Connection
getParameters ( ) : array
getPdoStatement ( ) : PDOStatement
getQueryString ( ) : string
getRowCount ( ) : integer
getTime ( ) : float
key ( )
next ( )
normalizeRow ( $row ) : array Normalizes result row.
rewind ( ) ******************* interface Iterator ****************d*g*
valid ( )

Method Details

__construct() public méthode

public __construct ( Connection $connection, $queryString, array $params )
$connection Connection
$params array

current() public méthode

public current ( )

dump() public méthode

Displays complete result set as HTML table for debug purposes.
public dump ( ) : void
Résultat void

fetch() public méthode

public fetch ( )

fetchAll() public méthode

public fetchAll ( )

fetchAssoc() public méthode

public fetchAssoc ( $path )

fetchField() public méthode

Fetches single field.
public fetchField ( $column ) : mixed | FALSE
Résultat mixed | FALSE

fetchPairs() public méthode

public fetchPairs ( $key = NULL, $value = NULL )

getColumnCount() public méthode

public getColumnCount ( ) : integer
Résultat integer

getConnection() public méthode

public getConnection ( ) : Connection
Résultat Connection

getParameters() public méthode

public getParameters ( ) : array
Résultat array

getPdoStatement() public méthode

public getPdoStatement ( ) : PDOStatement
Résultat PDOStatement

getQueryString() public méthode

public getQueryString ( ) : string
Résultat string

getRowCount() public méthode

public getRowCount ( ) : integer
Résultat integer

getTime() public méthode

public getTime ( ) : float
Résultat float

key() public méthode

public key ( )

next() public méthode

public next ( )

normalizeRow() public méthode

Normalizes result row.
public normalizeRow ( $row ) : array
Résultat array

rewind() public méthode

******************* interface Iterator ****************d*g*
public rewind ( )

valid() public méthode

public valid ( )