Located in /Zend/Db/Adapter/Oracle.php (line 40)
Zend_Db_Adapter_Abstract | --Zend_Db_Adapter_Oracle
User-provided configuration.
Basic keys are:
username => (string) Connect to the database as this username. password => (string) Password associated with the username. database => Either the name of the local Oracle instance, or the name of the entry in tnsnames.ora to which you want to connect.
Inherited from Zend_Db_Adapter_Abstract
Zend_Db_Adapter_Abstract::$_connection
Zend_Db_Adapter_Abstract::$_fetchMode
Zend_Db_Adapter_Abstract::$_profiler
Constructor.
$config is an array of key/value pairs containing configuration options. These options are common to most adapters:
username => (string) Connect to the database as this username. password => (string) Password associated with the username. database => Either the name of the local Oracle instance, or the name of the entry in tnsnames.ora to which you want to connect.
Returns the column descriptions for a table.
Gets the last inserted ID.
Adds an adapter-specific LIMIT clause to the SELECT statement.
Returns a list of the tables in the database.
Returns an SQL statement for preparation.
Quotes an identifier.
Set the fetch mode.
Leave autocommit mode and begin a transaction.
Commit a transaction and return to autocommit mode.
Creates a connection resource.
Quote a raw string.
Roll back a transaction and return to autocommit mode.
Inherited From Zend_Db_Adapter_Abstract
Zend_Db_Adapter_Abstract::__construct()
Zend_Db_Adapter_Abstract::beginTransaction()
Zend_Db_Adapter_Abstract::commit()
Zend_Db_Adapter_Abstract::delete()
Zend_Db_Adapter_Abstract::describeTable()
Zend_Db_Adapter_Abstract::fetchAll()
Zend_Db_Adapter_Abstract::fetchAssoc()
Zend_Db_Adapter_Abstract::fetchCol()
Zend_Db_Adapter_Abstract::fetchOne()
Zend_Db_Adapter_Abstract::fetchPairs()
Zend_Db_Adapter_Abstract::fetchRow()
Zend_Db_Adapter_Abstract::getConnection()
Zend_Db_Adapter_Abstract::getFetchMode()
Zend_Db_Adapter_Abstract::getProfiler()
Zend_Db_Adapter_Abstract::insert()
Zend_Db_Adapter_Abstract::lastInsertId()
Zend_Db_Adapter_Abstract::limit()
Zend_Db_Adapter_Abstract::listTables()
Zend_Db_Adapter_Abstract::prepare()
Zend_Db_Adapter_Abstract::query()
Zend_Db_Adapter_Abstract::quote()
Zend_Db_Adapter_Abstract::quoteIdentifier()
Zend_Db_Adapter_Abstract::quoteInto()
Zend_Db_Adapter_Abstract::rollBack()
Zend_Db_Adapter_Abstract::select()
Zend_Db_Adapter_Abstract::setFetchMode()
Zend_Db_Adapter_Abstract::update()
Zend_Db_Adapter_Abstract::_beginTransaction()
Zend_Db_Adapter_Abstract::_commit()
Zend_Db_Adapter_Abstract::_connect()
Zend_Db_Adapter_Abstract::_quote()
Zend_Db_Adapter_Abstract::_rollBack()
Documentation generated on Thu, 18 Jan 2007 09:57:27 -0800 by phpDocumentor 1.3.1