| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Native postgresql recordset.
| Copyright: | 2008 Petr Skoda (http://skodak.org) |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 115 lines (3 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 1 file lib/dml/moodle_recordset.php |
pgsql_native_moodle_recordset:: (8 methods):
__construct()
__destruct()
fetch_next()
current()
key()
next()
valid()
close()
Class: pgsql_native_moodle_recordset - X-Ref
pgsql specific moodle recordset class| __construct($result) X-Ref |
| Build a new recordset to iterate over. param: resource $result A pg_query() result object to create a recordset from. |
| __destruct() X-Ref |
| No description |
| fetch_next() X-Ref |
| No description |
| current() X-Ref |
| No description |
| key() X-Ref |
| No description |
| next() X-Ref |
| No description |
| valid() X-Ref |
| No description |
| close() X-Ref |
| No description |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |