Метод |
Описание |
|
__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 ( ) |
|
|