interface IRowContainer implements IRowContainer

Container of database result fetched into IRow objects.

Methods

IRow|bool
fetch()

Fetches single row object.

IRow[]
fetchAll()

Fetches all rows.

Details

at line 19
IRow|bool fetch()

Fetches single row object.

Return Value

IRow|bool

at line 19
IRow[] fetchAll()

Fetches all rows.

Return Value

IRow[]