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 1208 of file adodb-oci8.inc.php.
& ADORecordset_oci8::FetchField | ( | $ | fieldOffset = -1 |
) |
Get the ADOFieldObject of a specific column.
fieldoffset | is the column position to access(0-based). |
Reimplemented from ADORecordSet.
Definition at line 1300 of file adodb-oci8.inc.php.
Referenced by ADORecordset_oci8po::Fields(), and Fields().
ADORecordset_oci8::MoveNext | ( | ) |
Move to next record in the recordset.
Reimplemented from ADORecordSet.
Reimplemented in ADORecordset_oci8po.
Definition at line 1323 of file adodb-oci8.inc.php.
Referenced by GetArrayLimit().
& ADORecordset_oci8::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 |
Reimplemented from ADORecordSet.
Reimplemented in ADORecordset_oci8po.
Definition at line 1371 of file adodb-oci8.inc.php.
References ADORecordSet::GetArray(), and MoveNext().
ADORecordset_oci8::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 |
Reimplemented from ADORecordSet.
Reimplemented in ADORecordset_oci8po.
Definition at line 1393 of file adodb-oci8.inc.php.
References FetchField().