Documentation TYPO3 par Ameos |
Public Member Functions | |
ADORecordSet_fbsql ($queryID, $mode=false) | |
_initrs () | |
& | FetchField ($fieldOffset=-1) |
_seek ($row) | |
_fetch ($ignore_fields=false) | |
_close () | |
MetaType ($t, $len=-1, $fieldobj=false) | |
Public Attributes | |
$databaseType = "fbsql" | |
$canSeek = true | |
in other words, we use a text area for editing. |
Definition at line 160 of file adodb-fbsql.inc.php.
& ADORecordSet_fbsql::FetchField | ( | $ | fieldOffset = -1 |
) |
Get the ADOFieldObject of a specific column.
fieldoffset | is the column position to access(0-based). |
Reimplemented from ADORecordSet.
Definition at line 190 of file adodb-fbsql.inc.php.
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). |
Reimplemented from ADORecordSet.
Definition at line 220 of file adodb-fbsql.inc.php.
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
Reimplemented from ADORecordSet.
Definition at line 163 of file adodb-fbsql.inc.php.