

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 | |
Definition at line 343 of file adodb-informix72.inc.php.
| 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().

| & ADORecordset_informix72.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 365 of file adodb-informix72.inc.php.
| ADORecordset_informix72._initrs | ( | ) |
Definition at line 383 of file adodb-informix72.inc.php.
| ADORecordset_informix72._seek | ( | $ | row | ) |
| ADORecordset_informix72.MoveLast | ( | ) |
Move to the last row in the recordset.
Reimplemented from ADORecordSet.
Definition at line 394 of file adodb-informix72.inc.php.
| ADORecordset_informix72.MoveFirst | ( | ) |
Move to the first row in the recordset. Many databases do NOT support this.
Reimplemented from ADORecordSet.
Definition at line 410 of file adodb-informix72.inc.php.
| ADORecordset_informix72._fetch | ( | $ | ignore_fields = false |
) |
| ADORecordset_informix72._close | ( | ) |
| ADORecordset_informix72.$databaseType = "informix72" |
| 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.