IRowContainer
interface IRowContainer implements IRowContainer
Container of database result fetched into IRow objects.
Methods
Details
at line 21
IRow|null
fetch()
Fetches single row object.
at line 21
IRow[]
fetchAll()
Fetches all rows.