ADORecordset_informix72 Class Reference

Inheritance diagram for ADORecordset_informix72:

Inheritance graph
[legend]
Collaboration diagram for ADORecordset_informix72:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ADORecordset_informix72 ($id, $mode=false)
FetchField ($fieldOffset=-1)
 _initrs ()
 _seek ($row)
 MoveLast ()
 MoveFirst ()
 _fetch ($ignore_fields=false)
 _close ()

Public Attributes

 $databaseType = "informix72"
 $canSeek = true
 in other words, we use a text area for editing.
 $_fieldprops = false


Detailed Description

Definition at line 343 of file adodb-informix72.inc.php.


Member Function Documentation

ADORecordset_informix72.ADORecordset_informix72 ( id,
mode = false 
)

Definition at line 349 of file adodb-informix72.inc.php.

References $ADODB_FETCH_MODE, and ADORecordSet.ADORecordSet().

Referenced by ADORecordset_informix.ADORecordset_informix().

Here is the call graph for this function:

& ADORecordset_informix72.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 365 of file adodb-informix72.inc.php.

References $arr, and $v.

ADORecordset_informix72._initrs (  ) 

Definition at line 383 of file adodb-informix72.inc.php.

ADORecordset_informix72._seek ( row  ) 

Definition at line 389 of file adodb-informix72.inc.php.

References $row.

ADORecordset_informix72.MoveLast (  ) 

Move to the last row in the recordset.

Returns:
true or false

Reimplemented from ADORecordSet.

Definition at line 394 of file adodb-informix72.inc.php.

References $arr, and $v.

ADORecordset_informix72.MoveFirst (  ) 

Move to the first row in the recordset. Many databases do NOT support this.

Returns:
true or false

Reimplemented from ADORecordSet.

Definition at line 410 of file adodb-informix72.inc.php.

References $arr, and $v.

ADORecordset_informix72._fetch ( ignore_fields = false  ) 

Definition at line 426 of file adodb-informix72.inc.php.

References $arr, and $v.

ADORecordset_informix72._close (  ) 

Reimplemented from ADORecordSet.

Definition at line 444 of file adodb-informix72.inc.php.


Member Data Documentation

ADORecordset_informix72.$databaseType = "informix72"

Reimplemented in ADORecordset_informix.

Definition at line 345 of file adodb-informix72.inc.php.

ADORecordset_informix72.$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 346 of file adodb-informix72.inc.php.

ADORecordset_informix72.$_fieldprops = false

Definition at line 347 of file adodb-informix72.inc.php.


The documentation for this class was generated from the following file:
This documentation is part of typo3-unleashed.net.
It's an automatically created code documentation of the TYPO3 Content Management System.
Created with doxygen