"TYPO3 4.0.1: ADORecordSet_pdo Class Reference", "datetime" => "Sat Dec 2 19:24:37 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_pdo ($id, $mode=false) | |
Init () | |
_initrs () | |
& | FetchField ($fieldOffset=-1) |
_seek ($row) | |
_fetch () | |
_close () | |
Fields ($colname) | |
Public Attributes | |
$bind = false | |
datetime in Unix format rs created -- for cached recordsets | |
$databaseType = "pdo" | |
$dataProvider = "pdo" |
Definition at line 446 of file adodb-pdo.inc.php.
|
Get the ADOFieldObject of a specific column.
Reimplemented from ADORecordSet. Definition at line 502 of file adodb-pdo.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 546 of file adodb-pdo.inc.php. References FetchField(). |