Class GroupedSelection
Representation of filtered table grouped by some column. GroupedSelection is based on the great library NotORM http://www.notorm.com written by Jakub Vrana.
- Nette\Object
- Nette\Database\Table\Selection implements Iterator, Nette\Database\Table\IRowContainer, ArrayAccess, Countable
- Nette\Database\Table\GroupedSelection
Namespace: Nette\Database\Table
Author: Jakub Vrana
Author: Jan Skrasek
Located at Database/Table/GroupedSelection.php
Author: Jakub Vrana
Author: Jan Skrasek
Located at Database/Table/GroupedSelection.php
public
|
#
__construct(
Creates filtered and grouped table representation. |
public
|
|
public
|
|
public
|
|
public
string
|
|
public
integer
|
|
protected
|
|
protected
|
|
protected
|
|
public
|
|
public
integer
|
#
update( array|
Updates all rows in result set. Joins in UPDATE are supported only in MySQL |
public
integer
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
fetch()
|
protected
|
$refTable |
|
#
referenced table |
protected
mixed
|
$refCacheCurrent |
|
#
current assigned referencing array |
protected
string
|
$column |
|
#
grouping column name |
protected
integer
|
$active |
|
#
primary key |
$accessedColumns,
$aggregation,
$cache,
$connection,
$data,
$dataRefreshed,
$generalCacheKey,
$globalRefCache,
$keys,
$name,
$observeCache,
$previousAccessedColumns,
$primary,
$primarySequence,
$refCache,
$reflection,
$rows,
$specificCacheKey,
$sqlBuilder
|
$sql
|
$reflection
|