|
Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
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 | |
| oci_native_moodle_recordset::close | ( | ) |
Did we reach the end?
| boolean | Free resources and connections, recordset can not be used anymore. |
| void |
Reimplemented from moodle_recordset.
|
inherited |
Returns current record - fields as object properties, lowercase.
| object | Returns the key of current row |
| int | current row Moves forward to next row |
| void | Rewinds are not supported! |
| void |