python-cx_Oracle/html/index.html
Anthony Tuininga 259c468302 Use new version of Sphinx (one used with Python 2.6 documentation) to generate
documents; add documentation for new variable attributes; bump copyright into
2009.
2009-01-06 20:54:24 +00:00

151 lines
6.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>cx_Oracle &mdash; cx_Oracle v5.0 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '5.0',
COLLAPSE_MODINDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: false
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="top" title="cx_Oracle v5.0 documentation" href="" />
<link rel="next" title="Module Interface" href="module.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="modindex.html" title="Global Module Index"
accesskey="M">modules</a> |</li>
<li class="right" >
<a href="module.html" title="Module Interface"
accesskey="N">next</a> |</li>
<li><a href="">cx_Oracle v5.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="cx-oracle">
<h1>cx_Oracle<a class="headerlink" href="#cx-oracle" title="Permalink to this headline"></a></h1>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">Author:</th><td class="field-body">Anthony Tuininga</td>
</tr>
<tr class="field"><th class="field-name">Date:</th><td class="field-body">January 06, 2009</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="front-matter">
<span id="front"></span><h1>Front Matter<a class="headerlink" href="#front-matter" title="Permalink to this headline"></a></h1>
<p>Copyright © 2007-2009 Colt WorleyParsons. All rights reserved.</p>
<p>Copyright © 2001-2007 Computronix. All rights reserved.</p>
<p>See <a class="reference external" href="license.html#license"><em>License</em></a> for complete license and permissions information.</p>
<div class="topic">
<p class="topic-title first">Abstract</p>
<p>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 <a class="reference external" href="http://www.python.org/topics/database/DatabaseAPI-2.0.html">http://www.python.org/topics/database/DatabaseAPI-2.0.html</a>
for more information on the Python database API specification.</p>
</div>
<p>Contents:</p>
<ul>
<li class="toctree-l1"><a class="reference external" href="module.html">Module Interface</a><ul>
<li class="toctree-l2"><a class="reference external" href="module.html#id1">Constants</a></li>
<li class="toctree-l2"><a class="reference external" href="module.html#id2">Exceptions</a></li>
<li class="toctree-l2"><a class="reference external" href="module.html#exception-handling">Exception handling</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference external" href="connection.html">Connection Object</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference external" href="cursor.html">Cursor Object</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference external" href="variable.html">Variable Objects</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference external" href="session_pool.html">SessionPool Object</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference external" href="lob.html">LOB Objects</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference external" href="license.html">License</a></li>
</ul>
<ul class="simple">
<li><a class="reference external" href="genindex.html"><em>Index</em></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="">Table Of Contents</a></h3>
<ul>
<li><a class="reference external" href="">cx_Oracle</a></li>
<li><a class="reference external" href="#front-matter">Front Matter</a><ul>
</ul>
</li>
</ul>
<h4>Next topic</h4>
<p class="topless"><a href="module.html" title="next chapter">Module Interface</a></p>
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" size="18" /> <input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="modindex.html" title="Global Module Index"
accesskey="M">modules</a> |</li>
<li class="right" >
<a href="module.html" title="Module Interface"
accesskey="N">next</a> |</li>
<li><a href="">cx_Oracle v5.0 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2009, Anthony Tuininga.
Last updated on Jan 06, 2009.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.5.1.
</div>
</body>
</html>