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

Public Member Functions

 ADORecordset_sqlite ($queryID, $mode=false)
 FetchField ($fieldOffset=-1)
 _initrs ()
 Fields ($colname)
 _seek ($row)
 _fetch ($ignore_fields=false)
 _close ()

Data Fields

 $databaseType = "sqlite"
 $bind = false

Detailed Description

Definition at line 317 of file adodb-sqlite.inc.php.


Member Function Documentation

_close ( )

Definition at line 394 of file adodb-sqlite.inc.php.

_fetch ( ignore_fields = false)

Reimplemented in ADORecordset_sqlitepo.

Definition at line 388 of file adodb-sqlite.inc.php.

Here is the caller graph for this function:

_initrs ( )

Definition at line 363 of file adodb-sqlite.inc.php.

Here is the caller graph for this function:

_seek ( row)

Definition at line 383 of file adodb-sqlite.inc.php.

ADORecordset_sqlite ( queryID,
mode = false 
)

Definition at line 322 of file adodb-sqlite.inc.php.

Here is the call graph for this function:

Here is the caller graph for this function:

FetchField ( fieldOffset = -1)

Definition at line 354 of file adodb-sqlite.inc.php.

Here is the caller graph for this function:

Fields ( colname)

Definition at line 369 of file adodb-sqlite.inc.php.

Here is the call graph for this function:


Field Documentation

$bind = false

Definition at line 320 of file adodb-sqlite.inc.php.

$databaseType = "sqlite"

Reimplemented in ADORecordset_sqlitepo.

Definition at line 319 of file adodb-sqlite.inc.php.


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