interface IRowContainer implements IRowContainer

Container of database result fetched into IRow objects.

Methods

IRow|null
fetch()

Fetches single row object.

IRow[]
fetchAll()

Fetches all rows.

Details

at line 21
IRow|null fetch()

Fetches single row object.

Return Value

IRow|null

at line 21
IRow[] fetchAll()

Fetches all rows.

Return Value

IRow[]