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

ADORecordset_sqlite Class Reference

Inheritance diagram for ADORecordset_sqlite:

Inheritance graph
[legend]
Collaboration diagram for ADORecordset_sqlite:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ADORecordset_sqlite ($queryID, $mode=false)
FetchField ($fieldOffset=-1)
 _initrs ()
 Fields ($colname)
 _seek ($row)
 _fetch ($ignore_fields=false)
 _close ()

Public Attributes

 $databaseType = "sqlite"
 $bind = false
 datetime in Unix format rs created -- for cached recordsets

Detailed Description

Definition at line 316 of file adodb-sqlite.inc.php.


Member Function Documentation

& ADORecordset_sqlite::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 353 of file adodb-sqlite.inc.php.

Referenced by Fields().

ADORecordset_sqlite::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.

Parameters:
colname is the field to access
Returns:
the value of $colname column

Reimplemented from ADORecordSet.

Definition at line 368 of file adodb-sqlite.inc.php.

References FetchField().


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