Inheritance diagram for ADORecordSet_db2:

Public Member Functions | |
| ADORecordSet_db2 ($id, $mode=false) | |
| & | FetchField ($fieldOffset=-1) |
| Fields ($colname) | |
| _initrs () | |
| _seek ($row) | |
| & | GetArrayLimit ($nrows, $offset=-1) |
| MoveNext () | |
| _fetch () | |
| _close () | |
| ADORecordSet_db2 ($id, $mode=false) | |
| MetaType ($t, $len=-1, $fieldobj=false) | |
Public Attributes | |
| $bind = false | |
| datetime in Unix format rs created -- for cached recordsets | |
| $databaseType = "db2" | |
| $dataProvider = "db2" | |
| $useFetchArray | |
Definition at line 558 of file adodb-db2.inc.php.
|
||||||||||||
|
Definition at line 565 of file adodb-db2.inc.php. |
|
||||||||||||
|
Definition at line 301 of file adodb-odbc_db2.inc.php. |
|
|
Reimplemented from ADORecordSet. Definition at line 681 of file adodb-db2.inc.php. |
|
|
Reimplemented from ADORecordSet_odbc. Definition at line 667 of file adodb-db2.inc.php. |
|
|
Reimplemented from ADORecordSet_odbc. Definition at line 608 of file adodb-db2.inc.php. |
|
|
Reimplemented from ADORecordSet_odbc. Definition at line 617 of file adodb-db2.inc.php. |
|
|
Get the ADOFieldObject of a specific column.
Reimplemented from ADORecordSet. Definition at line 578 of file adodb-db2.inc.php. |
|
|
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 593 of file adodb-db2.inc.php. |
|
||||||||||||
|
return recordset as a 2-dimensional array. Helper function for ADOConnection->SelectLimit()
Reimplemented from ADORecordSet. Definition at line 623 of file adodb-db2.inc.php. |
|
||||||||||||||||
|
Get the metatype of the column. This is used for formatting. This is because many databases use different names for the same type, so we transform the original type to our standardised version which uses 1 character codes:
Reimplemented from ADORecordSet. Definition at line 306 of file adodb-odbc_db2.inc.php. |
|
|
Move to next record in the recordset.
Reimplemented from ADORecordSet. Definition at line 649 of file adodb-db2.inc.php. |
|
|
datetime in Unix format rs created -- for cached recordsets
Reimplemented from ADORecordSet. Definition at line 560 of file adodb-db2.inc.php. |
|
|
Reimplemented from ADORecordSet_odbc. Definition at line 561 of file adodb-db2.inc.php. |
|
|
Reimplemented from ADORecordSet. Definition at line 562 of file adodb-db2.inc.php. |
|
|
Reimplemented from ADORecordSet_odbc. Definition at line 563 of file adodb-db2.inc.php. |
1.4.6