Documentation TYPO3 par Ameos |
Public Member Functions | |
ADORecordSet_ado ($id, $mode=false) | |
& | FetchField ($fieldOffset=-1) |
Fields ($colname) | |
_initrs () | |
_seek ($row) | |
MetaType ($t, $len=-1, $fieldobj=false) | |
_fetch () | |
NextRecordSet () | |
_close () | |
ADORecordSet_ado ($id, $mode=false) | |
& | FetchField ($fieldOffset=-1) |
Fields ($colname) | |
_initrs () | |
_seek ($row) | |
MetaType ($t, $len=-1, $fieldobj=false) | |
_fetch () | |
NextRecordSet () | |
_close () | |
Public Attributes | |
$bind = false | |
datetime in Unix format rs created -- for cached recordsets | |
$databaseType = "ado" | |
$dataProvider = "ado" | |
$_tarr = false | |
$_flds | |
$canSeek = true | |
in other words, we use a text area for editing. | |
$hideErrors = true |
Definition at line 315 of file adodb-ado.inc.php.
|
Get the ADOFieldObject of a specific column.
Reimplemented from ADORecordSet. Definition at line 344 of file adodb-ado5.inc.php. References MetaType(). |
|
Get the ADOFieldObject of a specific column.
Reimplemented from ADORecordSet. Definition at line 337 of file adodb-ado.inc.php. References MetaType(). 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 362 of file adodb-ado5.inc.php. References FetchField(). |
|
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 354 of file adodb-ado.inc.php. References FetchField(). |
|
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 481 of file adodb-ado5.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 473 of file adodb-ado.inc.php. Referenced by FetchField(). |
|
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 322 of file adodb-ado.inc.php. |