Moodle  2.2.1
http://www.collinsharper.com
ADORecordset_oci8 Class Reference
Inheritance diagram for ADORecordset_oci8:

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)

Data Fields

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

Detailed Description

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


Member Function Documentation

_close ( )

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

_fetch ( )

Reimplemented in ADORecordset_oci8po.

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

Here is the caller graph for this function:

_FetchField ( fieldOffset = -1)

Reimplemented in ADORecordset_oci8po.

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

Here is the caller graph for this function:

_initrs ( )

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

Here is the call graph for this function:

Here is the caller graph for this function:

_seek ( row)

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

ADORecordset_oci8 ( queryID,
mode = false 
)

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

Here is the caller graph for this function:

FetchField ( fieldOffset = -1)

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

Here is the caller graph for this function:

Fields ( colname)

Reimplemented in ADORecordset_oci8po.

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

Here is the call graph for this function:

GetArrayLimit ( nrows,
offset = -1 
)

Reimplemented in ADORecordset_oci8po.

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

Here is the call graph for this function:

Init ( )

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

Here is the call graph for this function:

MetaType ( t,
len = -1 
)

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

MoveNext ( )

Reimplemented in ADORecordset_oci8po.

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

Here is the caller graph for this function:


Field Documentation

$_fieldobjs

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

$bind = false

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

$databaseType = 'oci8'

Reimplemented in ADORecordset_oci8po, and ADORecordset_oci805.

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


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations