ADORecordSet_db2 Class Reference

Inheritance diagram for ADORecordSet_db2:

Inheritance graph
[legend]
Collaboration diagram for ADORecordSet_db2:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ADORecordSet_db2 ($id, $mode=false)
FetchField ($offset=-1)
 Fields ($colname)
 _initrs ()
 _seek ($row)
GetArrayLimit ($nrows, $offset=-1)
 MoveNext ()
 _fetch ()
 _close ()

Public Attributes

 $bind = false
 datetime in Unix format rs created -- for cached recordsets
 $databaseType = "db2"
 $dataProvider = "db2"
 $useFetchArray


Detailed Description

Definition at line 702 of file adodb-db2.inc.php.


Member Function Documentation

& ADORecordSet_db2::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 722 of file adodb-db2.inc.php.

ADORecordSet_db2::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.

Definition at line 734 of file adodb-db2.inc.php.

& ADORecordSet_db2::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.

Definition at line 764 of file adodb-db2.inc.php.

ADORecordSet_db2::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.

Definition at line 790 of file adodb-db2.inc.php.


The documentation for this class was generated from the following file:
This documentation has been generated automatically from TYPO3 source code using Doxygen and is provided as is by Cast Iron Coding as a courtesy to other TYPO3 developers and users. Please consider Cast Iron Coding — a full-service web development agency in Portland, Oregon specializing in TYPO3 extension development — for all of your TYPO3 development and consulting needs!