

Fonctions membres publiques | |
| ADORecordSet_fbsql ($queryID, $mode=false) | |
| _initrs () | |
| & | FetchField ($fieldOffset=-1) |
| _seek ($row) | |
| _fetch ($ignore_fields=false) | |
| _close () | |
| MetaType ($t, $len=-1, $fieldobj=false) | |
Attributs publics | |
| $databaseType = "fbsql" | |
| $canSeek = true | |
| in other words, we use a text area for editing. | |
| ADORecordSet_fbsql::ADORecordSet_fbsql | ( | $ | queryID, | |
| $ | mode = false | |||
| ) |
| ADORecordSet_fbsql::_initrs | ( | ) |
| & ADORecordSet_fbsql::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_fbsql::_seek | ( | $ | row | ) |
| ADORecordSet_fbsql::_fetch | ( | $ | ignore_fields = false |
) |
| ADORecordSet_fbsql::_close | ( | ) |
Réimplémentée à partir de ADORecordSet.
| ADORecordSet_fbsql::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_fbsql::$databaseType = "fbsql" |
| ADORecordSet_fbsql::$canSeek = true |
in other words, we use a text area for editing.
any varchar/char field this size or greater is treated as a blob
Réimplémentée à partir de ADORecordSet.
1.5.3