Moodle  2.2.1
http://www.collinsharper.com
ADORecordset_oracle Class Reference

Public Member Functions

 ADORecordset_oracle ($queryID, $mode=false)
 FetchField ($fieldOffset=-1)
 Fields ($colname)
 _initrs ()
 _seek ($row)
 _fetch ($ignore_fields=false)
 _close ()
 MetaType ($t, $len=-1)

Data Fields

 $databaseType = "oracle"
 $bind = false

Detailed Description

Definition at line 217 of file adodb-oracle.inc.php.


Member Function Documentation

_close ( )

Definition at line 301 of file adodb-oracle.inc.php.

_fetch ( ignore_fields = false)

Definition at line 290 of file adodb-oracle.inc.php.

Here is the caller graph for this function:

_initrs ( )

Definition at line 278 of file adodb-oracle.inc.php.

Here is the caller graph for this function:

_seek ( row)

Definition at line 285 of file adodb-oracle.inc.php.

ADORecordset_oracle ( queryID,
mode = false 
)

Definition at line 222 of file adodb-oracle.inc.php.

Here is the call graph for this function:

FetchField ( fieldOffset = -1)

Definition at line 255 of file adodb-oracle.inc.php.

Here is the caller graph for this function:

Fields ( colname)

Definition at line 265 of file adodb-oracle.inc.php.

Here is the call graph for this function:

MetaType ( t,
len = -1 
)

Definition at line 306 of file adodb-oracle.inc.php.


Field Documentation

$bind = false

Definition at line 220 of file adodb-oracle.inc.php.

$databaseType = "oracle"

Definition at line 219 of file adodb-oracle.inc.php.


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