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

Public Member Functions

 __construct ($stmt)
 __destruct ()
 current ()
 key ()
 next ()
 valid ()
 close ()

Protected Attributes

 $stmt
 $current

Detailed Description

Definition at line 32 of file oci_native_moodle_recordset.php.


Constructor & Destructor Documentation

__construct ( stmt)

Definition at line 37 of file oci_native_moodle_recordset.php.

Here is the call graph for this function:

Definition at line 42 of file oci_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 76 of file oci_native_moodle_recordset.php.

Here is the call graph for this function:

Here is the caller graph for this function:

current ( )

Definition at line 55 of file oci_native_moodle_recordset.php.

Here is the caller graph for this function:

key ( )

return first column value as key

Definition at line 59 of file oci_native_moodle_recordset.php.

Here is the call graph for this function:

next ( )

Definition at line 68 of file oci_native_moodle_recordset.php.

Here is the call graph for this function:

valid ( )

Definition at line 72 of file oci_native_moodle_recordset.php.

Here is the call graph for this function:


Field Documentation

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


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