ORAResult Class Reference
[Database]

The oci8 extension is fairly weak and doesn't support oci_num_rows, among other things. More...

List of all members.

Public Member Functions

 __construct (&$db, $stmt)
 free ()
 seek ($row)
 numRows ()
 numFields ()
 fetchObject ()
 fetchAssoc ()

Private Attributes

 $rows
 $cursor
 $stmt
 $nrows
 $db


Detailed Description

The oci8 extension is fairly weak and doesn't support oci_num_rows, among other things.

We use a wrapper class to handle that and other Oracle-specific bits, like converting column names back to lowercase.

Definition at line 29 of file DatabaseOracle.php.


Constructor & Destructor Documentation

ORAResult::__construct ( &$  db,
stmt 
)

Definition at line 36 of file DatabaseOracle.php.

References $db, and $stmt.


Member Function Documentation

ORAResult::fetchAssoc (  ) 

Definition at line 78 of file DatabaseOracle.php.

References $row.

ORAResult::fetchObject (  ) 

Definition at line 64 of file DatabaseOracle.php.

References $row.

ORAResult::free (  ) 

Definition at line 48 of file DatabaseOracle.php.

ORAResult::numFields (  ) 

Definition at line 60 of file DatabaseOracle.php.

ORAResult::numRows (  ) 

Definition at line 56 of file DatabaseOracle.php.

ORAResult::seek ( row  ) 

Definition at line 52 of file DatabaseOracle.php.

References $row.


Member Data Documentation

ORAResult::$cursor [private]

Definition at line 31 of file DatabaseOracle.php.

ORAResult::$db [private]

Definition at line 34 of file DatabaseOracle.php.

Referenced by __construct().

ORAResult::$nrows [private]

Definition at line 33 of file DatabaseOracle.php.

ORAResult::$rows [private]

Definition at line 30 of file DatabaseOracle.php.

ORAResult::$stmt [private]

Definition at line 32 of file DatabaseOracle.php.

Referenced by __construct().


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

Generated on Sat Sep 5 02:08:43 2009 for MediaWiki by  doxygen 1.5.9