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


Public Member Functions | |
| __construct ($result, $bytea_oid) | |
| __destruct () | |
| current () | |
| key () | |
| next () | |
| valid () | |
| close () | |
Protected Attributes | |
| $result | |
| $current | |
| $bytea_oid | |
| $blobs = array() | |
pgsql specific moodle recordset class
Definition at line 35 of file pgsql_native_moodle_recordset.php.
| __construct | ( | $ | result, |
| $ | bytea_oid | ||
| ) |
Definition at line 42 of file pgsql_native_moodle_recordset.php.

| __destruct | ( | ) |
Definition at line 58 of file pgsql_native_moodle_recordset.php.

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


| current | ( | ) |
Definition at line 74 of file pgsql_native_moodle_recordset.php.

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

| next | ( | ) |
Definition at line 87 of file pgsql_native_moodle_recordset.php.

| valid | ( | ) |
Definition at line 91 of file pgsql_native_moodle_recordset.php.

$blobs = array() [protected] |
Definition at line 40 of file pgsql_native_moodle_recordset.php.
$bytea_oid [protected] |
Definition at line 39 of file pgsql_native_moodle_recordset.php.
$current [protected] |
Definition at line 38 of file pgsql_native_moodle_recordset.php.
$result [protected] |
Definition at line 37 of file pgsql_native_moodle_recordset.php.