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, $unique=false)
 free ()
 seek ($row)
 numRows ()
 numFields ()
 fetchObject ()
 fetchRow ()

Private Member Functions

 array_unique_md ($array_in)

Private Attributes

 $rows
 $cursor
 $stmt
 $nrows
 $unique


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,
unique = false 
)

Definition at line 51 of file DatabaseOracle.php.

References $stmt, $unique, and array_unique_md().


Member Function Documentation

ORAResult::array_unique_md ( array_in  )  [private]

Definition at line 36 of file DatabaseOracle.php.

Referenced by __construct().

ORAResult::fetchObject (  ) 

Definition at line 85 of file DatabaseOracle.php.

ORAResult::fetchRow (  ) 

Definition at line 99 of file DatabaseOracle.php.

ORAResult::free (  ) 

Definition at line 69 of file DatabaseOracle.php.

ORAResult::numFields (  ) 

Definition at line 81 of file DatabaseOracle.php.

ORAResult::numRows (  ) 

Definition at line 77 of file DatabaseOracle.php.

ORAResult::seek ( row  ) 

Definition at line 73 of file DatabaseOracle.php.


Member Data Documentation

ORAResult::$cursor [private]

Definition at line 31 of file DatabaseOracle.php.

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().

ORAResult::$unique [private]

Definition at line 35 of file DatabaseOracle.php.

Referenced by __construct().


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

Generated on Sat Apr 30 22:57:44 2011 for MediaWiki by  doxygen 1.5.9