|  | 
|  | __construct ($rsrc, sqlsrv_native_moodle_database $db) | 
|  | 
|  | close () | 
|  | Did we reach the end? 
 | 
|  | 
|  | current () | 
|  | 
|  | key () | 
|  | 
|  | next () | 
|  | 
|  | rewind () | 
|  | Returns current record - fields as object properties, lowercase. 
 | 
|  | 
|  | transaction_starts () | 
|  | Inform existing open recordsets that transaction is starting, this works around MARS problem described in MDL-37734. 
 | 
|  | 
|  | valid () | 
|  | 
◆ close()
      
        
          | sqlsrv_native_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: