Home | Trees | Index | Help |
|
---|
Package Modeling :: Package DatabaseAdaptors :: Package OracleAdaptorLayer |
|
This package is the db-adaptor for Oracle databases. It currently uses the python DB-API v2.0 adaptor DCOracle2 (http://www.zope.org/Members/matt/dco2)
Model & Connection Dictionaries:
'adaptorName' -- should be 'Oracle'
'database' -- the global database name
'user', 'password' -- user and password
'host' -- ignored
Supported SQL datatypes are:
CHAR, VARCHAR, VARCHAR2, NCHAR, NVARCHAR2 NUMBER, DECIMAL, INT, INTEGER, SMALLINT, FLOAT, NUMERIC, REAL, DATE, TIME
with the additional datatypes for 9i:
TIMESTAMP, TIMESTAMP WITH TIME ZONE, TIMESTAMP WITH LOCAL TIME ZONE
Submodules | |
---|---|
|
Function Summary | |
---|---|
adaptorFactory()
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:27 2006 | http://epydoc.sf.net |