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
public
|
#
__construct(
Creates filtered and grouped table representation. |
public
|
|
public
|
|
public
string
|
|
public
integer
|
|
protected
|
|
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 |
$sql
|
$reflection
|