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


Public Member Functions | |
| __construct ($rsrc) | |
| __destruct () | |
| current () | |
| key () | |
| next () | |
| valid () | |
| close () | |
Protected Attributes | |
| $rsrc | |
| $current | |
Definition at line 31 of file sqlsrv_native_moodle_recordset.php.
| __construct | ( | $ | rsrc | ) |
Definition at line 36 of file sqlsrv_native_moodle_recordset.php.

| __destruct | ( | ) |
Definition at line 41 of file sqlsrv_native_moodle_recordset.php.

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


| current | ( | ) |
Definition at line 53 of file sqlsrv_native_moodle_recordset.php.

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

| next | ( | ) |
Definition at line 66 of file sqlsrv_native_moodle_recordset.php.

| valid | ( | ) |
Definition at line 70 of file sqlsrv_native_moodle_recordset.php.

$current [protected] |
Definition at line 34 of file sqlsrv_native_moodle_recordset.php.
$rsrc [protected] |
Definition at line 33 of file sqlsrv_native_moodle_recordset.php.