"TYPO3 4.0.1: ADORecordset_oci8po Class Reference", "datetime" => "Sat Dec 2 19:24:27 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
ADORecordset_oci8po ($queryID, $mode=false) | |
Fields ($colname) | |
& | _FetchField ($fieldOffset=-1) |
MoveNext () | |
& | GetArrayLimit ($nrows, $offset=-1) |
_updatefields () | |
_fetch () | |
Public Attributes | |
$databaseType = 'oci8po' |
Definition at line 77 of file adodb-oci8po.inc.php.
|
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_oci8. Definition at line 86 of file adodb-oci8po.inc.php. References ADORecordset_oci8::FetchField(). |
|
return recordset as a 2-dimensional array. Helper function for ADOConnection->SelectLimit()
Reimplemented from ADORecordset_oci8. Definition at line 152 of file adodb-oci8po.inc.php. |
|
Move to next record in the recordset.
Reimplemented from ADORecordset_oci8. Definition at line 130 of file adodb-oci8po.inc.php. |