Documentation TYPO3 par Ameos

ADORecordset_oci8 Class Reference

Inheritance diagram for ADORecordset_oci8:
[legend]
Collaboration diagram for ADORecordset_oci8:
[legend]
List of all members.

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

Detailed Description

Definition at line 1208 of file adodb-oci8.inc.php.


Member Function Documentation

& ADORecordset_oci8::FetchField ( fieldOffset = -1  ) 

Get the ADOFieldObject of a specific column.

Parameters:
fieldoffset is the column position to access(0-based).
Returns:
the ADOFieldObject for that column, or false.

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.

Returns:
true if there still rows available, or false if there are no more rows (EOF).

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()

Parameters:
offset is the row to start calculations from (1-based)
[nrows] is the number of rows to return
Returns:
an array indexed by the rows (0-based) from the recordset

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.

Parameters:
colname is the field to access
Returns:
the value of $colname column

Reimplemented from ADORecordSet.

Reimplemented in ADORecordset_oci8po.

Definition at line 1393 of file adodb-oci8.inc.php.

References FetchField().


The documentation for this class was generated from the following file:


Généré par Le spécialiste TYPO3 avec  doxygen 1.4.6