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