IRowContainer
interface IRowContainer implements Traversable
Container of database result fetched into IRow.
Methods
IRow|null
fetch()
Fetches single row object.
mixed
fetchField()
Fetches single field.
array
fetchPairs(string|int $key = null, string|int $value = null)
Fetches all rows as associative array.
array
fetchAll()
Fetches all rows.
array
fetchAssoc(string $path)
Fetches all rows and returns associative tree.
Details
at line 21
IRow|null
fetch()
Fetches single row object.
at line 27
mixed
fetchField()
Fetches single field.
at line 34
array
fetchPairs(string|int $key = null, string|int $value = null)
Fetches all rows as associative array.
at line 40
array
fetchAll()
Fetches all rows.
at line 46
array
fetchAssoc(string $path)
Fetches all rows and returns associative tree.