

Fonctions membres publiques | |
| ADORecordset_sqlite ($queryID, $mode=false) | |
| & | FetchField ($fieldOffset=-1) |
| _initrs () | |
| Fields ($colname) | |
| _seek ($row) | |
| _fetch ($ignore_fields=false) | |
| _close () | |
Attributs publics | |
| $databaseType = "sqlite" | |
| $bind = false | |
| datetime in Unix format rs created -- for cached recordsets | |
| ADORecordset_sqlite::ADORecordset_sqlite | ( | $ | queryID, | |
| $ | mode = false | |||
| ) |
| & ADORecordset_sqlite::FetchField | ( | $ | fieldoffset = -1 |
) |
Get the ADOFieldObject of a specific column.
| fieldoffset | is the column position to access(0-based). |
Réimplémentée à partir de ADORecordSet.
| ADORecordset_sqlite::_initrs | ( | ) |
| ADORecordset_sqlite::Fields | ( | $ | colname | ) |
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.
| colname | is the field to access |
Réimplémentée à partir de ADORecordSet.
| ADORecordset_sqlite::_seek | ( | $ | row | ) |
| ADORecordset_sqlite::_fetch | ( | $ | ignore_fields = false |
) |
Réimplémentée dans ADORecordset_sqlitepo.
| ADORecordset_sqlite::_close | ( | ) |
Réimplémentée à partir de ADORecordSet.
| ADORecordset_sqlite::$databaseType = "sqlite" |
Réimplémentée dans ADORecordset_sqlitepo.
| ADORecordset_sqlite::$bind = false |
1.5.3