Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Protected Attributes | List of all members
oci_native_moodle_recordset Class Reference
Inheritance diagram for oci_native_moodle_recordset:
moodle_recordset

Public Member Functions

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

Protected Attributes

 $current
 
 $stmt
 

Member Function Documentation

◆ close()

oci_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: