

Fonctions membres publiques | |
| ADORecordset_oci8po ($queryID, $mode=false) | |
| Fields ($colname) | |
| & | _FetchField ($fieldOffset=-1) |
| MoveNext () | |
| & | GetArrayLimit ($nrows, $offset=-1) |
| _updatefields () | |
| _fetch () | |
Attributs publics | |
| $databaseType = 'oci8po' | |
| ADORecordset_oci8po::ADORecordset_oci8po | ( | $ | queryID, | |
| $ | mode = false | |||
| ) |
| ADORecordset_oci8po::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_oci8.
| & ADORecordset_oci8po::_FetchField | ( | $ | fieldOffset = -1 |
) |
Réimplémentée à partir de ADORecordset_oci8.
| ADORecordset_oci8po::MoveNext | ( | ) |
Move to next record in the recordset.
Réimplémentée à partir de ADORecordset_oci8.
| & ADORecordset_oci8po::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_oci8.
| ADORecordset_oci8po::_updatefields | ( | ) |
| ADORecordset_oci8po::_fetch | ( | ) |
Réimplémentée à partir de ADORecordset_oci8.
| ADORecordset_oci8po::$databaseType = 'oci8po' |
Réimplémentée à partir de ADORecordset_oci8.
1.5.3