IRow
interface IRow implements IRow
Row interface.
Methods
mixed
getPrimary(bool $throw = true)
Returns primary key value.
string
getSignature(bool $throw = true)
Returns row signature (composition of primary keys)
related(string $key, string $throughColumn = null)
Returns referencing rows.
Details
at line 20
setTable(Selection $name)
No description
at line 22
Selection
getTable()
No description
at line 28
mixed
getPrimary(bool $throw = true)
Returns primary key value.
at line 33
string
getSignature(bool $throw = true)
Returns row signature (composition of primary keys)
at line 38
GroupedSelection
related(string $key, string $throughColumn = null)
Returns referencing rows.
at line 43
IRow|null
ref(string $key, string $throughColumn = null)
Returns referenced row.