"TYPO3 4.0.1: ADORecordSet_db2 Class Reference", "datetime" => "Sat Dec 2 19:24:13 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_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 |
Definition at line 626 of file adodb-db2.inc.php.
|
Get the ADOFieldObject of a specific column.
Reimplemented from ADORecordSet. Definition at line 646 of file adodb-db2.inc.php. Referenced by 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. Definition at line 658 of file adodb-db2.inc.php. References FetchField(). |
|
return recordset as a 2-dimensional array. Helper function for ADOConnection->SelectLimit()
Reimplemented from ADORecordSet. Definition at line 688 of file adodb-db2.inc.php. |
|
Move to next record in the recordset.
Reimplemented from ADORecordSet. Definition at line 714 of file adodb-db2.inc.php. |