| Trees | Indices | Help |
|---|
|
|
|
|||
|
_cursor_class Wrapper that should just transform Oracle specific exceptions into something generic from sql_base. |
|||
|
_procedure_class Class for calling out to stored procedures. |
|||
| OracleError | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
hash(x)
|
|
Opens a connection to the database.
|
Check if this database matches the given connection parameters.
|
Close the connection
|
return an empty Cursor object
|
Prepare an SQL statement.
|
Return a pointer to a callable instance for a given stored procedure. The return value is a (possibly modified) copy of the arguments passed in. see cx_Oracle's Cursor.callproc for more details
|
|
set a transaction point to which we can rollback to
|
Commit changes
|
rollback changes, optionally to a previously set transaction point
|
Check that this connection is still valid.
|
Fix environment variables (to be redefined in subclasses)
|
Reads a lob's contents
|
Returns a Date object
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 4 07:37:29 2020 | http://epydoc.sourceforge.net |