58 lines
998 B
ReStructuredText
58 lines
998 B
ReStructuredText
.. cx_Oracle documentation master file
|
|
|
|
.. include:: <isonum.txt>
|
|
|
|
*************
|
|
cx_Oracle
|
|
*************
|
|
|
|
:Author: Anthony Tuininga
|
|
|
|
:Date: |today|
|
|
|
|
.. |release| replace:: HEAD
|
|
|
|
.. % date of release
|
|
.. % software release
|
|
.. % empty for final release
|
|
.. % major.minor only for software
|
|
|
|
|
|
.. _front:
|
|
|
|
************
|
|
Front Matter
|
|
************
|
|
|
|
|
|
Copyright |copy| 2007-2009 Colt WorleyParsons. All rights reserved.
|
|
|
|
Copyright |copy| 2001-2007 Computronix. All rights reserved.
|
|
|
|
See :ref:`license` for complete license and permissions information.
|
|
|
|
|
|
.. topic:: Abstract
|
|
|
|
cx_Oracle is a Python extension module that allows access to Oracle and
|
|
conforms to the Python database API 2.0 specifications with a few
|
|
exceptions. See http://www.python.org/topics/database/DatabaseAPI-2.0.html
|
|
for more information on the Python database API specification.
|
|
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
module
|
|
connection
|
|
cursor
|
|
variable
|
|
session_pool
|
|
lob
|
|
license
|
|
|
|
* :ref:`genindex`
|
|
|