IRow
interface IRow implements IRow
Row interface.
Methods
mixed
getPrimary($throw = true)
Returns primary key value.
string
getSignature($throw = true)
Returns row signature (composition of primary keys)
related($key, $throughColumn = null)
Returns referencing rows.
Details
at line 18
setTable(Selection $name)
No description
at line 23
Selection
getTable()
No description
at line 30
mixed
getPrimary($throw = true)
Returns primary key value.
at line 37
string
getSignature($throw = true)
Returns row signature (composition of primary keys)
at line 45
GroupedSelection
related($key, $throughColumn = null)
Returns referencing rows.
at line 53
IRow|null
ref($key, $throughColumn = null)
Returns referenced row.