"TYPO3 4.0.1: ADORecordSet_array Class Reference", "datetime" => "Sat Dec 2 19:24:10 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_array ($fakeid=1) | |
| InitArray ($array, $typearr, $colnames=false) | |
| InitArrayFields (&$array, &$fieldarr) | |
| & | GetArray ($nRows=-1) |
| _initrs () | |
| Fields ($colname) | |
| & | FetchField ($fieldOffset=-1) |
| _seek ($row) | |
| MoveNext () | |
| _fetch () | |
| _close () | |
Public Attributes | |
| $databaseType = 'array' | |
| $_array | |
| $_types | |
| $_colnames | |
| $_skiprow1 | |
| $_fieldarr | |
| $canSeek = true | |
| in other words, we use a text area for editing. | |
| $affectedrows = false | |
| $insertid = false | |
| $sql = '' | |
| indicates that seek is supported | |
| $compat = false | |
Note that the constructor is different from the standard ADORecordSet
Definition at line 3606 of file adodb.inc.php.
|
|
Constructor Definition at line 3624 of file adodb.inc.php. References ADORecordSet::ADORecordSet(). Referenced by ADORecordSet_array_sybase::ADORecordSet_array_sybase(). |
|
|
Get the ADOFieldObject of a specific column.
Reimplemented from ADORecordSet. Definition at line 3715 of file adodb.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 3697 of file adodb.inc.php. References FetchField(). |
|
|
return recordset as a 2-dimensional array.
Reimplemented from ADORecordSet. Definition at line 3677 of file adodb.inc.php. References ADORecordSet::GetArray(). |
|
||||||||||||||||
|
Setup the array.
Definition at line 3646 of file adodb.inc.php. References ADORecordSet::Init(). |
|
||||||||||||
|
Setup the Array and datatype file objects
Definition at line 3667 of file adodb.inc.php. References ADORecordSet::Init(). |
|
|
Move to next record in the recordset.
Reimplemented from ADORecordSet. Definition at line 3739 of file adodb.inc.php. |
|
|
in other words, we use a text area for editing. any varchar/char field this size or greater is treated as a blob Reimplemented from ADORecordSet. Definition at line 3615 of file adodb.inc.php. |