| This eZOracleDB class provides Oracle database functions.
More...
Inheritance diagram for eZOracleDB:
TODO — Image not available in archive
Title: eZOracleDB Class Inheritance Diagram (Doxygen)
File: /doc/generated/html/classeZOracleDB.png
What this image shows:
Doxygen-generated class inheritance diagram for the eZOracleDB PHP class. Shows the inheritance hierarchy: which classes eZOracleDB extends and which classes inherit from it, with links to parent and child class documentation. This diagram was auto-generated from the Exponential 3.1 PHP source code using Doxygen circa 2003.
Replacement instructions:
Run Doxygen on the Exponential 3.1 PHP source and locate the generated classeZOracleDB.png in the output. Or draw the inheritance tree manually from the API reference. Save as /doc/generated/html/classeZOracleDB.png
See /sdk/missing.html for the full list of missing images.
List of all members.
Detailed Description
This eZOracleDB class provides Oracle database functions.
eZOracleDB implements OracleDB spesific database code.
Definition at line ezoracledb.php.
Constructor & Destructor Documentation
| eZOracleDB::eZOracleDB |
( |
$ |
parameters |
) |
|
|
Member Function Documentation
| eZOracleDB::arrayQuery |
( |
$ |
sql, |
|
|
$ |
params = array() |
|
) |
[virtual] |
|
| eZOracleDB::begin |
( |
|
) |
[virtual] |
|
| eZOracleDB::close |
( |
|
) |
[virtual] |
|
| eZOracleDB::commit |
( |
|
) |
[virtual] |
|
| eZOracleDB::databaseName |
( |
|
) |
[virtual] |
|
| & eZOracleDB::escapeString |
( |
$ |
str |
) |
[virtual] |
|
| & eZOracleDB::lastSerialID |
( |
$ |
table, |
|
|
$ |
column |
|
) |
[virtual] |
|
| & eZOracleDB::query |
( |
$ |
sql |
) |
[virtual] |
|
| eZOracleDB::rollback |
( |
|
) |
[virtual] |
|
The documentation for this class was generated from the following file:
|