Inheritance diagram for ADORecordset_ibase:

Public Member Functions | |
| ADORecordset_ibase ($id, $mode=false) | |
| & | FetchField ($fieldOffset=-1) |
| _initrs () | |
| _seek ($row) | |
| _fetch () | |
| Fields ($colname) | |
| _close () | |
| MetaType ($t, $len=-1, $fieldobj=false) | |
Public Attributes | |
| $databaseType = "ibase" | |
| $bind = false | |
| datetime in Unix format rs created -- for cached recordsets | |
| $_cacheType | |
Definition at line 700 of file adodb-ibase.inc.php.
|
||||||||||||
|
Definition at line 707 of file adodb-ibase.inc.php. |
|
|
Reimplemented from ADORecordSet. Definition at line 823 of file adodb-ibase.inc.php. |
|
|
Definition at line 766 of file adodb-ibase.inc.php. |
|
|
Definition at line 749 of file adodb-ibase.inc.php. |
|
|
Definition at line 761 of file adodb-ibase.inc.php. |
|
|
Get the ADOFieldObject of a specific column.
Reimplemented from ADORecordSet. Definition at line 720 of file adodb-ibase.inc.php. |
|
|
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.
Reimplemented from ADORecordSet. Definition at line 807 of file adodb-ibase.inc.php. |
|
||||||||||||||||
|
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:
Reimplemented from ADORecordSet. Definition at line 828 of file adodb-ibase.inc.php. |
|
|
Definition at line 705 of file adodb-ibase.inc.php. |
|
|
datetime in Unix format rs created -- for cached recordsets
Reimplemented from ADORecordSet. Definition at line 704 of file adodb-ibase.inc.php. |
|
|
Definition at line 703 of file adodb-ibase.inc.php. |
1.4.6