Documentation TYPO3 par Ameos |
Public Member Functions | |
ADORecordset_sqlite ($queryID, $mode=false) | |
& | FetchField ($fieldOffset=-1) |
_initrs () | |
Fields ($colname) | |
_seek ($row) | |
_fetch ($ignore_fields=false) | |
_close () | |
Public Attributes | |
$databaseType = "sqlite" | |
$bind = false | |
datetime in Unix format rs created -- for cached recordsets |
Definition at line 316 of file adodb-sqlite.inc.php.
|
Get the ADOFieldObject of a specific column.
Reimplemented from ADORecordSet. Definition at line 353 of file adodb-sqlite.inc.php. Referenced by Fields(). |
|
Get the value of a field in the current row by column name. Will not work if ADODB_FETCH_MODE is set to ADODB_FETCH_NUM.
Reimplemented from ADORecordSet. Definition at line 368 of file adodb-sqlite.inc.php. References FetchField(). |