TYPO3 CMS  TYPO3_6-2
ADORecordset_oci8 Class Reference
Inheritance diagram for ADORecordset_oci8:
ADORecordset_oci805 ADORecordset_oci8po ADORecordset_oci8quercus

Public Member Functions

 ADORecordset_oci8 ($queryID, $mode=false)
 
 Init ()
 
 _initrs ()
 
 _FetchField ($fieldOffset=-1)
 
 FetchField ($fieldOffset=-1)
 
 MoveNext ()
 
 GetArrayLimit ($nrows, $offset=-1)
 
 Fields ($colname)
 
 _seek ($row)
 
 _fetch ()
 
 _close ()
 
 MetaType ($t, $len=-1, $fieldobj=false)
 

Public Attributes

 $databaseType = 'oci8'
 
 $bind =false
 
 $_fieldobjs
 

Detailed Description

Definition at line 1348 of file adodb-oci8.inc.php.

Member Function Documentation

◆ _close()

ADORecordset_oci8::_close ( )

close() only needs to be called if you are worried about using too much memory while your script is running. All associated result memory for the specified result identifier will automatically be freed.

Definition at line 1579 of file adodb-oci8.inc.php.

◆ _fetch()

ADORecordset_oci8::_fetch ( )

Definition at line 1569 of file adodb-oci8.inc.php.

◆ _FetchField()

ADORecordset_oci8::_FetchField (   $fieldOffset = -1)

Get column information in the Recordset object. fetchField() can be used in order to obtain information about fields in a certain query result. If the field offset isn't specified, the next field that wasn't yet retrieved by fetchField() is retrieved

Returns
object containing field information

Definition at line 1427 of file adodb-oci8.inc.php.

◆ _initrs()

ADORecordset_oci8::_initrs ( )

Definition at line 1408 of file adodb-oci8.inc.php.

◆ _seek()

ADORecordset_oci8::_seek (   $row)

Definition at line 1564 of file adodb-oci8.inc.php.

◆ ADORecordset_oci8()

ADORecordset_oci8::ADORecordset_oci8 (   $queryID,
  $mode = false 
)

Definition at line 1356 of file adodb-oci8.inc.php.

◆ FetchField()

ADORecordset_oci8::FetchField (   $fieldOffset = -1)

Definition at line 1453 of file adodb-oci8.inc.php.

◆ Fields()

ADORecordset_oci8::Fields (   $colname)

Definition at line 1549 of file adodb-oci8.inc.php.

◆ GetArrayLimit()

ADORecordset_oci8::GetArrayLimit (   $nrows,
  $offset = -1 
)

Definition at line 1526 of file adodb-oci8.inc.php.

◆ Init()

ADORecordset_oci8::Init ( )

Definition at line 1377 of file adodb-oci8.inc.php.

◆ MetaType()

ADORecordset_oci8::MetaType (   $t,
  $len = -1,
  $fieldobj = false 
)

not the fastest implementation - quick and dirty - jlim for best performance, use the actual $rs->MetaType().

Parameters
mixed$t
int$len[optional] Length of blobsize
bool$fieldobj[optional][discarded]
Returns
str The metatype of the field

Definition at line 1599 of file adodb-oci8.inc.php.

◆ MoveNext()

ADORecordset_oci8::MoveNext ( )

Definition at line 1477 of file adodb-oci8.inc.php.

Member Data Documentation

◆ $_fieldobjs

ADORecordset_oci8::$_fieldobjs

Definition at line 1352 of file adodb-oci8.inc.php.

◆ $bind

ADORecordset_oci8::$bind =false

Definition at line 1351 of file adodb-oci8.inc.php.

◆ $databaseType

ADORecordset_oci8::$databaseType = 'oci8'

Definition at line 1350 of file adodb-oci8.inc.php.