|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($stmt) | |
| __destruct () | |
| current () | |
| key () | |
| next () | |
| valid () | |
| close () | |
Protected Attributes | |
| $stmt | |
| $current | |
Definition at line 32 of file oci_native_moodle_recordset.php.
| __construct | ( | $ | stmt | ) |
Definition at line 37 of file oci_native_moodle_recordset.php.

| __destruct | ( | ) |
Definition at line 42 of file oci_native_moodle_recordset.php.

| close | ( | ) |
Did we reach the end?
Reimplemented from moodle_recordset.
Definition at line 76 of file oci_native_moodle_recordset.php.


| current | ( | ) |
Definition at line 55 of file oci_native_moodle_recordset.php.

| key | ( | ) |
return first column value as key
Definition at line 59 of file oci_native_moodle_recordset.php.

| next | ( | ) |
Definition at line 68 of file oci_native_moodle_recordset.php.

| valid | ( | ) |
Definition at line 72 of file oci_native_moodle_recordset.php.

$current [protected] |
Definition at line 35 of file oci_native_moodle_recordset.php.
$stmt [protected] |
Definition at line 34 of file oci_native_moodle_recordset.php.