|
Moodle
2.2.1
http://www.collinsharper.com
|

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 | |
Definition at line 317 of file adodb-sqlite.inc.php.
| _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.

| _initrs | ( | ) |
| _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.


| FetchField | ( | $ | fieldOffset = -1 | ) |
| Fields | ( | $ | colname | ) |
| $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.