Methods summary
public
|
|
public
Nette\Database\Table\Selection
|
|
public
mixed
|
#
getPrimary( boolean $throw = true )
Returns primary key value.
Returns primary key value.
Parameters
Returns
mixed mixed
|
public
string
|
#
getSignature( boolean $throw = true )
Returns row signature (composition of primary keys)
Returns row signature (composition of primary keys)
Parameters
Returns
string string
|
public
Nette\Database\Table\GroupedSelection
|
#
related( string $key, string $throughColumn = null )
Returns referencing rows.
Returns referencing rows.
Parameters
Returns
|
public
Nette\Database\Table\IRow |null
|
#
ref( string $key, string $throughColumn = null )
Returns referenced row.
Parameters
Returns
|