Trees | Indices | Help |
---|
|
object --+ | Connection
CUBRID Database Connection Object
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
autocommit autocommit value for current Cubrid session |
|||
Inherited from |
|
Create a connecton to the database.
|
Set the autocommit attribute of the connection. value -- True or False |
Get the autocommit attribute of the connection. Return bool |
Commit any pending transaction to the database. Note that if the database supports an auto-commit feature, this must be initially off. An interface method may be provided to turn it back on. Database modules that do not support transactions should implement this method with void functionality. |
This method causes the database to roll back to the start of any pending transaction. Closing a connection without committing the changes first will cause an implicit rollback to be performed. |
|
autocommitautocommit value for current Cubrid session
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 28 11:44:57 2014 | http://epydoc.sourceforge.net |