Inherited by IcingaApiResultIdoAbstraction.
Public Member Functions | |
__construct () | |
setSearchObject (&$object) | |
next () | |
rewind () |
IcingaApiResultIdo::__construct | ( | ) |
class constructor
void |
Reimplemented from IcingaApiResult.
Reimplemented in IcingaApiResultIdoAbstraction.
IcingaApiResultIdo::next | ( | ) |
sets next result row
void |
IcingaApiResultIdo::rewind | ( | ) |
(non-PHPdoc)
IcingaApiResultIdo::setSearchObject | ( | &$ | object | ) |
sets the search object
PDOStatement | $object search object for further processing |
Reimplemented from IcingaApiResult.