0.10 Doctrine_Adapter_Db2
Doctrine Adapter Db2
IBM DB2 Adapter. This class was ported from the Zend Framework
Method Summary
- string getQuoteIdentifierSymbol
- _commit
- _setExecuteMode
- setFetchMode
- int _getExecuteMode
- __construct
- Doctrine_Statement_Db2 prepare
- closeConnection
- _connect
- string _quote
- _beginTransaction
- _rollBack
Method Details
-
(string) getQuoteIdentifierSymbol()
Get the symbol used for identifier quoting
-
_commit()
Commit a transaction.
-
_setExecuteMode($mode)
Set the current execution mode
-
setFetchMode($mode)
Set the fetch mode.
-
(int) _getExecuteMode()
Get the current execution mode
Doctrine_Adapter_Db2
-
$config An array of configuration keys. __construct($config)
$config is an array of key/value pairs containing configuration options. These options are common to most adapters:
dbname => (string) The name of the database to user username => (string) Connect to the database as this username. password => (string) Password associated with the username. host => (string) What host to conne
-
$sql The SQL statement with placeholders. (Doctrine_Statement_Db2) prepare($sql)
Prepare a sql statement and return it
-
closeConnection()
Close the connection resource
-
_connect()
Creates the connection resource
-
$value Raw string (string) _quote($value)
Quote a raw string.
Doctrine_Adapter_Db2
-
_beginTransaction()
Begin a transaction.
-
_rollBack()
Rollback a transaction.




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