| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Inheritance diagram for MDB2_BufferedIterator:
 Inheritance diagram for MDB2_BufferedIterator: Collaboration diagram for MDB2_BufferedIterator:
 Collaboration diagram for MDB2_BufferedIterator:| Public Member Functions | |
| valid () | |
| Check if the end of the result set has been reached. | |
| count () | |
| Returns the number of rows in a result object. | |
| rewind () | |
| Seek to the first row in a result set. | |
|  Public Member Functions inherited from MDB2_Iterator | |
| __construct ($result, $fetchmode=MDB2_FETCHMODE_DEFAULT) | |
| Constructor. | |
| seek ($rownum) | |
| Seek forward to a specific row in a result set. | |
| next () | |
| Fetch next row of data. | |
| current () | |
| return a row of data | |
| free () | |
| Free the internal resources associated with result. | |
| key () | |
| Returns the row number. | |
| __destruct () | |
| Destructor. | |
| 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.
Reimplemented from MDB2_Iterator.
Definition at line 252 of file Iterator.php.
References MDB2_Iterator\seek().
 Here is the call graph for this function:
 Here is the call graph for this function:| MDB2_BufferedIterator::valid | ( | ) | 
Check if the end of the result set has been reached.
Reimplemented from MDB2_Iterator.
Definition at line 218 of file Iterator.php.