

Fonctions membres publiques | |
| ADORecordset_ibase ($id, $mode=false) | |
| & | FetchField ($fieldOffset=-1) |
| _initrs () | |
| _seek ($row) | |
| _fetch () | |
| Fields ($colname) | |
| _close () | |
| MetaType ($t, $len=-1, $fieldobj=false) | |
Attributs publics | |
| $databaseType = "ibase" | |
| $bind = false | |
| datetime in Unix format rs created -- for cached recordsets | |
| $_cacheType | |
| ADORecordset_ibase::ADORecordset_ibase | ( | $ | id, | |
| $ | mode = false | |||
| ) |
| & ADORecordset_ibase::FetchField | ( | $ | fieldoffset = -1 |
) |
Get the ADOFieldObject of a specific column.
| fieldoffset | is the column position to access(0-based). |
Réimplémentée à partir de ADORecordSet.
| ADORecordset_ibase::_initrs | ( | ) |
| ADORecordset_ibase::_seek | ( | $ | row | ) |
| ADORecordset_ibase::_fetch | ( | ) |
| ADORecordset_ibase::Fields | ( | $ | colname | ) |
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.
| colname | is the field to access |
Réimplémentée à partir de ADORecordSet.
| ADORecordset_ibase::_close | ( | ) |
Réimplémentée à partir de ADORecordSet.
| ADORecordset_ibase::MetaType | ( | $ | t, | |
| $ | len = -1, |
|||
| $ | fieldobj = false | |||
| ) |
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:
| t | is the type passed in. Normally is ADOFieldObject->type. | |
| len | is the maximum length of that field. This is because we treat character fields bigger than a certain size as a 'B' (blob). | |
| fieldobj | is the field object returned by the database driver. Can hold additional info (eg. primary_key for mysql). |
Réimplémentée à partir de ADORecordSet.
| ADORecordset_ibase::$databaseType = "ibase" |
| ADORecordset_ibase::$bind = false |
| ADORecordset_ibase::$_cacheType |
1.5.3