Moodle  2.2.1
http://www.collinsharper.com
pgsql_native_moodle_recordset Class Reference
Inheritance diagram for pgsql_native_moodle_recordset:
Collaboration diagram for pgsql_native_moodle_recordset:

Public Member Functions

 __construct ($result, $bytea_oid)
 __destruct ()
 current ()
 key ()
 next ()
 valid ()
 close ()

Protected Attributes

 $result
 $current
 $bytea_oid
 $blobs = array()

Detailed Description

pgsql specific moodle recordset class

Definition at line 35 of file pgsql_native_moodle_recordset.php.


Constructor & Destructor Documentation

__construct ( result,
bytea_oid 
)

Definition at line 42 of file pgsql_native_moodle_recordset.php.

Here is the call graph for this function:

Definition at line 58 of file pgsql_native_moodle_recordset.php.

Here is the call graph for this function:


Member Function Documentation

close ( )

Did we reach the end?

Returns:
boolean Free resources and connections, recordset can not be used anymore.
void

Reimplemented from moodle_recordset.

Definition at line 95 of file pgsql_native_moodle_recordset.php.

Here is the call graph for this function:

Here is the caller graph for this function:

current ( )

Definition at line 74 of file pgsql_native_moodle_recordset.php.

Here is the caller graph for this function:

key ( )

return first column value as key

Definition at line 78 of file pgsql_native_moodle_recordset.php.

Here is the call graph for this function:

next ( )

Definition at line 87 of file pgsql_native_moodle_recordset.php.

Here is the call graph for this function:

valid ( )

Definition at line 91 of file pgsql_native_moodle_recordset.php.

Here is the call graph for this function:


Field Documentation

$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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations