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, 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
|
|
public
|
|
public
|
|
public
string
|
|
public
integer
|
|
public
|
|
public
integer
|
|
public
integer
|
|
protected
null
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
protected
|
$refTable |
|
#
referenced table |
protected
string
|
$column |
|
#
grouping column name |
protected
string
|
$delimitedColumn |
|
|
protected
integer
|
$active |
|
#
primary key |
protected
array
|
$referencing |
|
#
of referencing cached results |
protected
array
|
$aggregation | array() |
#
of [conditions => [key => ActiveRow]] |
$accessed,
$checkReferenceNewKeys,
$conditions,
$connection,
$data,
$delimitedName,
$delimitedPrimary,
$group,
$having,
$keys,
$limit,
$name,
$offset,
$order,
$parameters,
$prevAccessed,
$primary,
$referenced,
$rows,
$select,
$where
|