Documentation TYPO3 par Ameos |
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 702 of file adodb-db2.inc.php.
| & ADORecordSet_db2::FetchField | ( | $ | offset = -1 |
) |
Get the ADOFieldObject of a specific column.
| fieldoffset | is the column position to access(0-based). |
Reimplemented from ADORecordSet.
Definition at line 722 of file adodb-db2.inc.php.
Referenced by Fields().
| 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.
| colname | is the field to access |
Reimplemented from ADORecordSet.
Definition at line 734 of file adodb-db2.inc.php.
References FetchField().
| & ADORecordSet_db2::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.
Definition at line 764 of file adodb-db2.inc.php.
References ADORecordSet::GetArray(), ADORecordSet::GetRowAssoc(), ADORecordSet::Move(), and MoveNext().
| ADORecordSet_db2::MoveNext | ( | ) |
Move to next record in the recordset.
Reimplemented from ADORecordSet.
Definition at line 790 of file adodb-db2.inc.php.
References ADORecordSet::GetRowAssoc().
Referenced by GetArrayLimit().
1.4.6