ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
valid () | |
Check if the end of the result set has been reached. More... | |
count () | |
Returns the number of rows in a result object. More... | |
rewind () | |
Seek to the first row in a result set. More... | |
Public Member Functions inherited from MDB2_Iterator | |
__construct ($result, $fetchmode=MDB2_FETCHMODE_DEFAULT) | |
Constructor. More... | |
seek ($rownum) | |
Seek forward to a specific row in a result set. More... | |
next () | |
Fetch next row of data. More... | |
current () | |
return a row of data More... | |
valid () | |
Check if the end of the result set has been reached. More... | |
free () | |
Free the internal resources associated with result. More... | |
key () | |
Returns the row number. More... | |
rewind () | |
Seek to the first row in a result set. More... | |
__destruct () | |
Destructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from MDB2_Iterator | |
$fetchmode | |
$result | |
$row | |
Definition at line 208 of file Iterator.php.
MDB2_BufferedIterator::count | ( | ) |
Returns the number of rows in a result object.
Definition at line 235 of file Iterator.php.
MDB2_BufferedIterator::rewind | ( | ) |
Seek to the first row in a result set.
Definition at line 252 of file Iterator.php.
References MDB2_Iterator\seek().
MDB2_BufferedIterator::valid | ( | ) |
Check if the end of the result set has been reached.
Definition at line 218 of file Iterator.php.