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

Public Member Functions

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

Protected Attributes

 $rsrc
 $current

Detailed Description

Definition at line 31 of file mssql_native_moodle_recordset.php.


Constructor & Destructor Documentation

__construct ( rsrc)

Definition at line 36 of file mssql_native_moodle_recordset.php.

Here is the call graph for this function:

Definition at line 41 of file mssql_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 73 of file mssql_native_moodle_recordset.php.

Here is the call graph for this function:

Here is the caller graph for this function:

current ( )

Definition at line 52 of file mssql_native_moodle_recordset.php.

Here is the caller graph for this function:

key ( )

return first column value as key

Definition at line 56 of file mssql_native_moodle_recordset.php.

Here is the call graph for this function:

next ( )

Definition at line 65 of file mssql_native_moodle_recordset.php.

Here is the call graph for this function:

valid ( )

Definition at line 69 of file mssql_native_moodle_recordset.php.

Here is the call graph for this function:


Field Documentation

$current [protected]

Definition at line 34 of file mssql_native_moodle_recordset.php.

$rsrc [protected]

Definition at line 33 of file mssql_native_moodle_recordset.php.


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