133 lines
5.1 KiB
HTML
133 lines
5.1 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 — cx_Oracle v4.4 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: '4.4'
|
|
};
|
|
</script>
|
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
|
<script type="text/javascript" src="_static/interface.js"></script>
|
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
|
<link rel="contents" title="Global table of contents" href="contents.html" />
|
|
<link rel="index" title="Global index" href="genindex.html" />
|
|
<link rel="search" title="Search" href="search.html" />
|
|
<link rel="top" title="cx_Oracle v4.4 documentation" href="" />
|
|
</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><a href="">cx_Oracle v4.4 documentation</a> »</li>
|
|
</ul>
|
|
</div>
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
<div class="body">
|
|
|
|
|
|
<div class="section">
|
|
<h1 id="cx-oracle">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">June 06, 2008</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="section">
|
|
<h1 id="front-matter"><span id="front"></span>Front Matter<a class="headerlink" href="#front-matter" title="Permalink to this headline">¶</a></h1>
|
|
<p>Copyright © 2007-2008 Colt WorleyParsons. All rights reserved.</p>
|
|
<p>Copyright © 2001-2007 Computronix. All rights reserved.</p>
|
|
<p>See <a class="reference" 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" 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><a class="reference" href="module.html">Module Interface</a><ul>
|
|
<li><a class="reference" href="module.html#id1">Constants</a></li>
|
|
<li><a class="reference" href="module.html#id2">Exceptions</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<ul>
|
|
<li><a class="reference" href="connection.html">Connection Object</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a class="reference" href="cursor.html">Cursor Object</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a class="reference" href="variable.html">Variable Objects</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a class="reference" href="session_pool.html">SessionPool Object</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a class="reference" href="lob.html">LOB Objects</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a class="reference" href="date.html">Date Object</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a class="reference" href="license.html">License</a></li>
|
|
</ul>
|
|
<ul class="simple">
|
|
<li><a class="reference" href="genindex.html"><em>Index</em></a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="sidebar">
|
|
<div class="sidebarwrapper">
|
|
<h3>Table Of Contents</h3>
|
|
<ul>
|
|
<li><a class="reference" href="">cx_Oracle</a></li>
|
|
<li><a class="reference" href="#front-matter">Front Matter</a><ul>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
|
|
<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><a href="">cx_Oracle v4.4 documentation</a> »</li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer">
|
|
© Copyright 2008, Anthony Tuininga.
|
|
Last updated on Jun 06, 2008.
|
|
</div>
|
|
</body>
|
|
</html> |