Experimental pdo recordset.  
 More...
|  | 
|  | __construct ($sth) | 
|  | 
|  | close () | 
|  | Did we reach the end? 
 | 
|  | 
|  | current () | 
|  | 
|  | key () | 
|  | 
|  | next () | 
|  | 
|  | rewind () | 
|  | Returns current record - fields as object properties, lowercase. 
 | 
|  | 
|  | valid () | 
|  | 
Experimental pdo recordset. 
- Copyright
- 2008 Andrei Bautu 
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 
◆ close()
      
        
          | pdo_moodle_recordset::close | ( |  | ) |  | 
      
 
Did we reach the end? 
- Return values
- 
  
    | boolean | Free resources and connections, recordset can not be used anymore. |  | void |  |  
 
Reimplemented from moodle_recordset.
 
 
◆ rewind()
  
  | 
        
          | moodle_recordset::rewind | ( |  | ) |  |  | inherited | 
 
Returns current record - fields as object properties, lowercase. 
- Return values
- 
  
    | object | Returns the key of current row |  | int | current row Moves forward to next row |  | void | Rewinds are not supported! |  | void |  |  
 
 
 
The documentation for this class was generated from the following file: