Methods summary
public
|
|
public
Nette\Database\Connection
|
|
public
string
|
|
public
array
|
|
public
integer
|
|
public
integer
|
|
public
float
|
|
public
array
|
#
normalizeRow( array $row )
Normalizes result row.
Parameters
Returns
array
|
public
|
#
dump( )
Displays complete result set as HTML table for debug purposes.
Displays complete result set as HTML table for debug purposes.
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
Nette\Database\IRow |boolean
|
#
fetch( )
Returns
InheritDoc
Implementation of
|
public
mixed|false
|
#
fetchField( $column = 0 )
Fetches single field.
Returns
mixed|false
|
public
array
|
#
fetchPairs( string $key = NULL, string $value = NULL )
Parameters
- $key
string column name used for an array key or NULL for numeric index
- $value
string column name used for an array value or NULL for the whole row
Returns
array
InheritDoc
Implementation of
|
public
Nette\Database\IRow[]
|
#
fetchAll( )
Returns
InheritDoc
Implementation of
|
public
|
|
public
|
|