Development Doctrine_Adapter_Oracle
Doctrine Adapter Oracle
Doctrine_Adapter_Oracle [BORROWED FROM ZEND FRAMEWORK]
Method Summary
- _commit
- setFetchMode
- _getExecuteMode
- __construct
- Doctrine_Statement_Oracle prepare
- closeConnection
- _connect
- string _quote
- string quoteTableAs
- _beginTransaction
- _rollBack
Method Details
-
_commit()
Commit a transaction and return to autocommit mode.
throws Doctrine_Adapter_Oracle_Exception
-
$mode A fetch mode. setFetchMode($mode)
Set the fetch mode.
throws Doctrine_Adapter_Exception
-
_getExecuteMode()
-
$config An array of configuration keys. __construct($config)
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. dbnamethrows Doctrine_Adapter_Exception
-
$sql The SQL statement with placeholders. (Doctrine_Statement_Oracle) prepare($sql)
Returns an SQL statement for preparation.
-
closeConnection()
Force the connection to close.
-
_connect()
Creates a connection resource.
throws Doctrine_Adapter_Oracle_Exception
-
$value Raw string (string) _quote($value)
Quote a raw string.
Doctrine_Adapter_Oracle
-
$ident The identifier or expression. $alias An alias for the table. (string) quoteTableAs((string|array|Doctrine_Expr) $ident, $alias)
Quote a table identifier and alias.
Doctrine_Adapter_Oracle
-
_beginTransaction()
Leave autocommit mode and begin a transaction.
-
_rollBack()
Roll back a transaction and return to autocommit mode.
throws Doctrine_Adapter_Oracle_Exception




Comments (0) [ add comment ]
No Comments
Add Comment