"TYPO3 4.0.1: ADORecordSet_fbsql Class Reference", "datetime" => "Sat Dec 2 19:24:15 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>

ADORecordSet_fbsql Class Reference

Inheritance diagram for ADORecordSet_fbsql:

Inheritance graph
[legend]
Collaboration diagram for ADORecordSet_fbsql:

Collaboration graph
[legend]
List of all members.

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.

Detailed Description

Definition at line 160 of file adodb-fbsql.inc.php.


Member Function Documentation

& ADORecordSet_fbsql::FetchField fieldOffset = -1  ) 
 

Get the ADOFieldObject of a specific column.

Parameters:
fieldoffset is the column position to access(0-based).
Returns:
the ADOFieldObject for that column, or false.

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:

Parameters:
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).
Returns:
the general type of the data: C for character < 250 chars X for teXt (>= 250 chars) B for Binary N for numeric or floating point D for date T for timestamp L for logical/Boolean I for integer R for autoincrement counter/integer

Reimplemented from ADORecordSet.

Definition at line 220 of file adodb-fbsql.inc.php.


Member Data Documentation

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.


The documentation for this class was generated from the following file: