Documentation TYPO3 par Ameos |
Public Member Functions | |
ADORecordset_ibase ($id, $mode=false) | |
& | FetchField ($fieldOffset=-1) |
_initrs () | |
_seek ($row) | |
_fetch () | |
Fields ($colname) | |
_close () | |
MetaType ($t, $len=-1, $fieldobj=false) | |
Public Attributes | |
$databaseType = "ibase" | |
$bind = false | |
datetime in Unix format rs created -- for cached recordsets | |
$_cacheType |
Definition at line 700 of file adodb-ibase.inc.php.
|
Get the ADOFieldObject of a specific column.
Reimplemented from ADORecordSet. Definition at line 720 of file adodb-ibase.inc.php. Referenced by _initrs(). |
|
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 807 of file adodb-ibase.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 828 of file adodb-ibase.inc.php. |