Package Modeling :: Package DatabaseAdaptors :: Package OracleAdaptorLayer :: Module OracleAdaptor
[show private | hide private]
[frames | no frames]

Module Modeling.DatabaseAdaptors.OracleAdaptorLayer.OracleAdaptor

OracleAdaptor

The OracleAdaptorLayer operates with DCOracle2.

CVS information

$Id: OracleAdaptor.py,v 1.3 2004/08/02 19:58:54 sbigaret Exp $

Classes
OracleAdaptor Concrete AdaptorContext for Oracle [module DCOracle2]

Function Summary
  dcoracle2_module()
Returns the module 'DCOracle2', or None if it cannot be found
  initPythonAdaptorModule(preferred_module_name)
Initializes the module, by searching an available python-adaptor conforming to the DB API 2.0.

Function Details

dcoracle2_module()

Returns the module 'DCOracle2', or None if it cannot be found

initPythonAdaptorModule(preferred_module_name=None)

Initializes the module, by searching an available python-adaptor conforming to the DB API 2.0. It currently searches only one module:

  1. 'DCOracle2'

Parameter:

preferred_module_name -- ignored, since the only possible value is:
'DCOracle2'.

Generated by Epydoc 2.1 on Sat Mar 4 13:36:24 2006 http://epydoc.sf.net