

Fonctions membres publiques | |
| ADORecordset_oracle ($queryID, $mode=false) | |
| & | FetchField ($fieldOffset=-1) |
| Fields ($colname) | |
| _initrs () | |
| _seek ($row) | |
| _fetch ($ignore_fields=false) | |
| _close () | |
| MetaType ($t, $len=-1) | |
Attributs publics | |
| $databaseType = "oracle" | |
| $bind = false | |
| datetime in Unix format rs created -- for cached recordsets | |
| ADORecordset_oracle::ADORecordset_oracle | ( | $ | queryID, | |
| $ | mode = false | |||
| ) |
| & ADORecordset_oracle::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_oracle::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_oracle::_initrs | ( | ) |
| ADORecordset_oracle::_seek | ( | $ | row | ) |
| ADORecordset_oracle::_fetch | ( | $ | ignore_fields = false |
) |
| ADORecordset_oracle::_close | ( | ) |
Réimplémentée à partir de ADORecordSet.
| ADORecordset_oracle::MetaType | ( | $ | t, | |
| $ | len = -1 | |||
| ) |
| ADORecordset_oracle::$databaseType = "oracle" |
| ADORecordset_oracle::$bind = false |
1.5.3