Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Protected Attributes | List of all members
mysqli_native_moodle_recordset Class Reference

Mysqli specific moodle recordset class. More...

Inheritance diagram for mysqli_native_moodle_recordset:
moodle_recordset

Public Member Functions

 __construct ($result)
 
 close ()
 Did we reach the end? More...
 
 current ()
 
 key ()
 
 next ()
 
 rewind ()
 Returns current record - fields as object properties, lowercase. More...
 
 valid ()
 

Protected Attributes

 $current
 
 $result
 

Detailed Description

Mysqli specific moodle recordset class.

@subpackage dml_driver

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ close()

mysqli_native_moodle_recordset::close ( )

Did we reach the end?

Return values
booleanFree 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
objectReturns the key of current row
intcurrent row Moves forward to next row
voidRewinds are not supported!
void

The documentation for this class was generated from the following file: