Public Member Functions | Public Attributes

ADORecordset_oci8 Class Reference

Inheritance diagram for ADORecordset_oci8:
Inheritance graph
[legend]

List of all members.

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)

Public Attributes

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

Detailed Description

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


Member Function Documentation

ADORecordset_oci8::_close (  ) 

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

ADORecordset_oci8::_fetch (  ) 

Reimplemented in ADORecordset_oci8po.

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

Referenced by Init().

Here is the caller graph for this function:

ADORecordset_oci8::_FetchField ( fieldOffset = -1  ) 

Reimplemented in ADORecordset_oci8po.

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

Referenced by _initrs().

Here is the caller graph for this function:

ADORecordset_oci8::_initrs (  ) 

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

References _FetchField().

Referenced by Init().

Here is the call graph for this function:

Here is the caller graph for this function:

ADORecordset_oci8::_seek ( row  ) 

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

ADORecordset_oci8::ADORecordset_oci8 ( queryID,
mode = false 
)

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

Referenced by ADORecordset_oci805::ADORecordset_oci805(), and ADORecordset_oci8po::ADORecordset_oci8po().

Here is the caller graph for this function:

ADORecordset_oci8::FetchField ( fieldOffset = -1  ) 

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

Referenced by ADORecordset_oci8po::Fields(), and Fields().

Here is the caller graph for this function:

ADORecordset_oci8::Fields ( colname  ) 

Reimplemented in ADORecordset_oci8po.

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

References FetchField().

Here is the call graph for this function:

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

Reimplemented in ADORecordset_oci8po.

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

References MoveNext().

Here is the call graph for this function:

ADORecordset_oci8::Init (  ) 

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

References _fetch(), and _initrs().

Here is the call graph for this function:

ADORecordset_oci8::MetaType ( t,
len = -1 
)

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

ADORecordset_oci8::MoveNext (  ) 

Reimplemented in ADORecordset_oci8po.

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

Referenced by GetArrayLimit().

Here is the caller graph for this function:


Member Data Documentation

ADORecordset_oci8::$_fieldobjs

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

ADORecordset_oci8::$bind = false

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

ADORecordset_oci8::$databaseType = 'oci8'

Reimplemented in ADORecordset_oci805, and ADORecordset_oci8po.

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


The documentation for this class was generated from the following file: