Moodle  2.2.1
http://www.collinsharper.com
ADORecordSet_pdo Class Reference

Public Member Functions

 ADORecordSet_pdo ($id, $mode=false)
 Init ()
 _initrs ()
 FetchField ($fieldOffset=-1)
 _seek ($row)
 _fetch ()
 _close ()
 Fields ($colname)

Data Fields

 $bind = false
 $databaseType = "pdo"
 $dataProvider = "pdo"

Detailed Description

Definition at line 510 of file adodb-pdo.inc.php.


Member Function Documentation

_close ( )

Definition at line 605 of file adodb-pdo.inc.php.

_fetch ( )

Definition at line 597 of file adodb-pdo.inc.php.

Here is the caller graph for this function:

_initrs ( )

Definition at line 556 of file adodb-pdo.inc.php.

Here is the caller graph for this function:

_seek ( row)

Definition at line 592 of file adodb-pdo.inc.php.

ADORecordSet_pdo ( id,
mode = false 
)

Definition at line 516 of file adodb-pdo.inc.php.

FetchField ( fieldOffset = -1)

Definition at line 566 of file adodb-pdo.inc.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Fields ( colname)

Definition at line 610 of file adodb-pdo.inc.php.

Here is the call graph for this function:

Init ( )

Definition at line 537 of file adodb-pdo.inc.php.

Here is the call graph for this function:


Field Documentation

$bind = false

Definition at line 512 of file adodb-pdo.inc.php.

$databaseType = "pdo"

Definition at line 513 of file adodb-pdo.inc.php.

$dataProvider = "pdo"

Definition at line 514 of file adodb-pdo.inc.php.


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