Documentation TYPO3 par Ameos |


Public Member Functions | |
| ADORecordset_oci8 ($queryID, $mode=false) | |
| Init () | |
| _initrs () | |
| & | _FetchField ($fieldOffset=-1) |
| & | FetchField ($fieldOffset=-1) |
| MoveNext () | |
| & | GetArrayLimit ($nrows, $offset=-1) |
| Fields ($colname) | |
| _seek ($row) | |
| _fetch () | |
| _close () | |
| MetaType ($t, $len=-1) | |
Public Attributes | |
| $databaseType = 'oci8' | |
| $bind = false | |
| datetime in Unix format rs created -- for cached recordsets | |
| $_fieldobjs | |
Definition at line 1190 of file adodb-oci8.inc.php.
|
|
Get the ADOFieldObject of a specific column.
Reimplemented from ADORecordSet. Definition at line 1282 of file adodb-oci8.inc.php. Referenced by ADORecordset_oci8po::Fields(), and 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. Reimplemented in ADORecordset_oci8po. Definition at line 1375 of file adodb-oci8.inc.php. References FetchField(). |
|
||||||||||||
|
return recordset as a 2-dimensional array. Helper function for ADOConnection->SelectLimit()
Reimplemented from ADORecordSet. Reimplemented in ADORecordset_oci8po. Definition at line 1353 of file adodb-oci8.inc.php. References ADORecordSet::GetArray(), and MoveNext(). |
|
|
Move to next record in the recordset.
Reimplemented from ADORecordSet. Reimplemented in ADORecordset_oci8po. Definition at line 1305 of file adodb-oci8.inc.php. Referenced by GetArrayLimit(). |
1.4.6