"TYPO3 4.0.1: ADORecordset_oci8 Class Reference", "datetime" => "Sat Dec 2 19:24:26 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_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 1207 of file adodb-oci8.inc.php.
|
Get the ADOFieldObject of a specific column.
Reimplemented from ADORecordSet. Definition at line 1299 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 1392 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 1370 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 1322 of file adodb-oci8.inc.php. Referenced by GetArrayLimit(). |