TYPO3 CMS  TYPO3_7-6
ADORecordset_oci8 Class Reference
Inheritance diagram for ADORecordset_oci8:
ADORecordset_oci805 ADORecordset_oci8po ADORecordset_oci8quercus

Public Member Functions

 __construct ($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 1533 of file adodb-oci8.inc.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 1539 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 1733 of file adodb-oci8.inc.php.

◆ _fetch()

ADORecordset_oci8::_fetch ( )

Definition at line 1720 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 1620 of file adodb-oci8.inc.php.

◆ _initrs()

ADORecordset_oci8::_initrs ( )

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

◆ _seek()

ADORecordset_oci8::_seek (   $row)

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

◆ FetchField()

ADORecordset_oci8::FetchField (   $fieldOffset = -1)

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

◆ Fields()

ADORecordset_oci8::Fields (   $colname)

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

◆ GetArrayLimit()

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

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

◆ Init()

ADORecordset_oci8::Init ( )

Definition at line 1564 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 1755 of file adodb-oci8.inc.php.

◆ MoveNext()

ADORecordset_oci8::MoveNext ( )

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

Member Data Documentation

◆ $_fieldobjs

ADORecordset_oci8::$_fieldobjs

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

◆ $bind

ADORecordset_oci8::$bind =false

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

◆ $databaseType

ADORecordset_oci8::$databaseType = 'oci8'

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