

Fonctions membres publiques | |
| ADORecordSet_odbc ($id, $mode=false) | |
| & | FetchField ($fieldOffset=-1) |
| Fields ($colname) | |
| _initrs () | |
| _seek ($row) | |
| & | GetArrayLimit ($nrows, $offset=-1) |
| MoveNext () | |
| _fetch () | |
| _close () | |
Attributs publics | |
| $bind = false | |
| datetime in Unix format rs created -- for cached recordsets | |
| $databaseType = "odbc" | |
| $dataProvider = "odbc" | |
| $useFetchArray | |
| $_has_stupid_odbc_fetch_api_change | |
| ADORecordSet_odbc::ADORecordSet_odbc | ( | $ | id, | |
| $ | mode = false | |||
| ) |
| & ADORecordSet_odbc::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_odbc::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_odbc::_initrs | ( | ) |
| ADORecordSet_odbc::_seek | ( | $ | row | ) |
| & ADORecordSet_odbc::GetArrayLimit | ( | $ | nrows, | |
| $ | offset = -1 | |||
| ) |
return recordset as a 2-dimensional array. Helper function for ADOConnection->SelectLimit()
| offset | is the row to start calculations from (1-based) | |
| [nrows] | is the number of rows to return |
Réimplémentée à partir de ADORecordSet.
| ADORecordSet_odbc::MoveNext | ( | ) |
Move to next record in the recordset.
Réimplémentée à partir de ADORecordSet.
| ADORecordSet_odbc::_fetch | ( | ) |
| ADORecordSet_odbc::_close | ( | ) |
Réimplémentée à partir de ADORecordSet.
| ADORecordSet_odbc::$bind = false |
| ADORecordSet_odbc::$databaseType = "odbc" |
| ADORecordSet_odbc::$dataProvider = "odbc" |
Réimplémentée à partir de ADORecordSet.
| ADORecordSet_odbc::$useFetchArray |
| ADORecordSet_odbc::$_has_stupid_odbc_fetch_api_change |
1.5.3