Preparing to release 4.4.
This commit is contained in:
parent
6e9b4d897f
commit
2c07de41fd
@ -40,9 +40,9 @@ copyright = '2008, Anthony Tuininga'
|
|||||||
# other places throughout the built documents.
|
# other places throughout the built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '4.4a1'
|
version = '4.4'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '4.4a1'
|
release = '4.4'
|
||||||
|
|
||||||
# There are two options for replacing |today|: either, you set today to some
|
# There are two options for replacing |today|: either, you set today to some
|
||||||
# non-false value, then it is used:
|
# non-false value, then it is used:
|
||||||
|
|||||||
162
html/_static/admin.css
Normal file
162
html/_static/admin.css
Normal file
@ -0,0 +1,162 @@
|
|||||||
|
/**
|
||||||
|
* Sphinx Admin Panel
|
||||||
|
*/
|
||||||
|
|
||||||
|
div.admin {
|
||||||
|
margin: 0 -20px -30px -20px;
|
||||||
|
padding: 0 20px 10px 20px;
|
||||||
|
background-color: #f2f2f2;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin a {
|
||||||
|
color: #333;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin a:hover {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin h1,
|
||||||
|
div.admin h2 {
|
||||||
|
background-color: #555;
|
||||||
|
border-bottom: 1px solid #222;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin form form {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin input, div.admin textarea {
|
||||||
|
font-family: 'Bitstream Vera Sans', 'Arial', sans-serif;
|
||||||
|
font-size: 13px;
|
||||||
|
color: #333;
|
||||||
|
padding: 2px;
|
||||||
|
background-color: #fff;
|
||||||
|
border: 1px solid #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin input[type="reset"],
|
||||||
|
div.admin input[type="submit"] {
|
||||||
|
cursor: pointer;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin input[type="reset"]:hover,
|
||||||
|
div.admin input[type="submit"]:hover {
|
||||||
|
border: 1px solid #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin div.actions {
|
||||||
|
margin: 10px 0 0 0;
|
||||||
|
padding: 5px;
|
||||||
|
background-color: #aaa;
|
||||||
|
border: 1px solid #777;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin div.error {
|
||||||
|
margin: 10px 0 0 0;
|
||||||
|
padding: 5px;
|
||||||
|
border: 2px solid #222;
|
||||||
|
background-color: #ccc;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin div.dialog {
|
||||||
|
background-color: #ccc;
|
||||||
|
margin: 10px 0 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin div.dialog h2 {
|
||||||
|
margin: 0;
|
||||||
|
font-size: 18px;
|
||||||
|
padding: 4px 10px 4px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin div.dialog div.text {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin div.dialog div.buttons {
|
||||||
|
padding: 5px 10px 5px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin table.mapping {
|
||||||
|
width: 100%;
|
||||||
|
border: 1px solid #999;
|
||||||
|
border-collapse: collapse;
|
||||||
|
background-color: #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin table.mapping th {
|
||||||
|
background-color: #ddd;
|
||||||
|
border-bottom: 1px solid #888;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin table.mapping th.recent_comments {
|
||||||
|
background-color: #c5cba4;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin table.mapping,
|
||||||
|
div.admin table.mapping a {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin table.mapping td {
|
||||||
|
border: 1px solid #888;
|
||||||
|
border-left: none;
|
||||||
|
border-right: none;
|
||||||
|
text-align: left;
|
||||||
|
line-height: 24px;
|
||||||
|
padding: 0 5px 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin table.mapping tr:hover {
|
||||||
|
background-color: #888;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin table.mapping td.username {
|
||||||
|
width: 180px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin table.mapping td.pub_date {
|
||||||
|
font-style: italic;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin table.mapping td.groups input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin table.mapping td.actions input {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin table.mapping .actions {
|
||||||
|
text-align: right;
|
||||||
|
width: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin table.mapping span.meta {
|
||||||
|
font-size: 11px;
|
||||||
|
color: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin table.mapping span.meta a {
|
||||||
|
color: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin div.detail_form dt {
|
||||||
|
clear: both;
|
||||||
|
float: left;
|
||||||
|
width: 110px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.admin div.detail_form textarea {
|
||||||
|
width: 98%;
|
||||||
|
height: 160px;
|
||||||
|
}
|
||||||
BIN
html/_static/comment.png
Normal file
BIN
html/_static/comment.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 401 B |
BIN
html/_static/hovercomment.png
Normal file
BIN
html/_static/hovercomment.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 522 B |
BIN
html/_static/nocomment.png
Normal file
BIN
html/_static/nocomment.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 415 B |
BIN
html/_static/preview.png
Normal file
BIN
html/_static/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
BIN
html/_static/top.png
Normal file
BIN
html/_static/top.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 976 B |
@ -2,13 +2,13 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>Connection Object — cx_Oracle v4.4a1 documentation</title>
|
<title>Connection Object — cx_Oracle v4.4 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '4.4a1'
|
VERSION: '4.4'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<link rel="contents" title="Global table of contents" href="contents.html" />
|
<link rel="contents" title="Global table of contents" href="contents.html" />
|
||||||
<link rel="index" title="Global index" href="genindex.html" />
|
<link rel="index" title="Global index" href="genindex.html" />
|
||||||
<link rel="search" title="Search" href="search.html" />
|
<link rel="search" title="Search" href="search.html" />
|
||||||
<link rel="top" title="cx_Oracle v4.4a1 documentation" href="index.html" />
|
<link rel="top" title="cx_Oracle v4.4 documentation" href="index.html" />
|
||||||
<link rel="next" title="Cursor Object" href="cursor.html" />
|
<link rel="next" title="Cursor Object" href="cursor.html" />
|
||||||
<link rel="prev" title="Module Interface" href="module.html" />
|
<link rel="prev" title="Module Interface" href="module.html" />
|
||||||
</head>
|
</head>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="cursor.html" title="Cursor Object" accesskey="N">next</a> |</li>
|
<li class="right"><a href="cursor.html" title="Cursor Object" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="module.html" title="Module Interface" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="module.html" title="Module Interface" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="document">
|
<div class="document">
|
||||||
@ -38,8 +38,8 @@
|
|||||||
<div class="body">
|
<div class="body">
|
||||||
|
|
||||||
|
|
||||||
<div class="section" id="connection-object">
|
<div class="section">
|
||||||
<span id="connobj"></span><h1 id="connection-object"><span id="connobj"></span>Connection Object<a class="headerlink" href="#connection-object" title="Permalink to this headline">¶</a></h1>
|
<h1 id="connection-object"><span id="connobj"></span>Connection Object<a class="headerlink" href="#connection-object" title="Permalink to this headline">¶</a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="first admonition-title">Note</p>
|
<p class="first admonition-title">Note</p>
|
||||||
<p class="last">Any outstanding changes will be rolled back when the connection object
|
<p class="last">Any outstanding changes will be rolled back when the connection object
|
||||||
@ -101,7 +101,7 @@ for more details.</p>
|
|||||||
<p>Note that in order to make use of global (distributed) transactions, the
|
<p>Note that in order to make use of global (distributed) transactions, the
|
||||||
twophase argument to the Connection constructor must be a true value. See
|
twophase argument to the Connection constructor must be a true value. See
|
||||||
the comments on the Connection constructor for more information
|
the comments on the Connection constructor for more information
|
||||||
(<a class="reference external" href="module.html#module"><em>Module Interface</em></a>).</p>
|
(<a class="reference" href="module.html#module"><em>Module Interface</em></a>).</p>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="first admonition-title">Note</p>
|
<p class="first admonition-title">Note</p>
|
||||||
<p class="last">This method is an extension to the DB API definition.</p>
|
<p class="last">This method is an extension to the DB API definition.</p>
|
||||||
@ -141,7 +141,7 @@ applies to any cursor objects trying to use the connection.</dd></dl>
|
|||||||
<dl class="method">
|
<dl class="method">
|
||||||
<dt id="Connection.cursor">
|
<dt id="Connection.cursor">
|
||||||
<!--#Connection.cursor#--><tt class="descclassname">Connection.</tt><tt class="descname">cursor</tt><big>(</big><big>)</big><a class="headerlink" href="#Connection.cursor" title="Permalink to this definition">¶</a></dt>
|
<!--#Connection.cursor#--><tt class="descclassname">Connection.</tt><tt class="descname">cursor</tt><big>(</big><big>)</big><a class="headerlink" href="#Connection.cursor" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd>Return a new Cursor object (<a class="reference external" href="cursor.html#cursorobj"><em>Cursor Object</em></a>) using the connection.</dd></dl>
|
<dd>Return a new Cursor object (<a class="reference" href="cursor.html#cursorobj"><em>Cursor Object</em></a>) using the connection.</dd></dl>
|
||||||
|
|
||||||
<dl class="attribute">
|
<dl class="attribute">
|
||||||
<dt id="Connection.dsn">
|
<dt id="Connection.dsn">
|
||||||
@ -179,8 +179,9 @@ can use for the client character set.</p>
|
|||||||
<dl class="attribute">
|
<dl class="attribute">
|
||||||
<dt id="Connection.module">
|
<dt id="Connection.module">
|
||||||
<!--#Connection.module#--><tt class="descclassname">Connection.</tt><tt class="descname">module</tt><a class="headerlink" href="#Connection.module" title="Permalink to this definition">¶</a></dt>
|
<!--#Connection.module#--><tt class="descclassname">Connection.</tt><tt class="descname">module</tt><a class="headerlink" href="#Connection.module" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd>This write-only attribute sets the module column in the v$session table and
|
<dd><p>This write-only attribute sets the module column in the v$session table and
|
||||||
is only available in Oracle 10g.</dd></dl>
|
is only available in Oracle 10g.</p>
|
||||||
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="attribute">
|
<dl class="attribute">
|
||||||
<dt id="Connection.nencoding">
|
<dt id="Connection.nencoding">
|
||||||
@ -254,7 +255,7 @@ beyond the allocated size will crash cx_Oracle. Use with caution.</p>
|
|||||||
<!--#Connection.shutdown#--><tt class="descclassname">Connection.</tt><tt class="descname">shutdown</tt><big>(</big><span class="optional">[</span><em>mode</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#Connection.shutdown" title="Permalink to this definition">¶</a></dt>
|
<!--#Connection.shutdown#--><tt class="descclassname">Connection.</tt><tt class="descname">shutdown</tt><big>(</big><span class="optional">[</span><em>mode</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#Connection.shutdown" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Shutdown the database. In order to do this the connection must connected as
|
<dd><p>Shutdown the database. In order to do this the connection must connected as
|
||||||
<tt class="xref docutils literal"><span class="pre">SYSDBA</span></tt> or <tt class="xref docutils literal"><span class="pre">SYSOPER</span></tt>. First shutdown using one of the
|
<tt class="xref docutils literal"><span class="pre">SYSDBA</span></tt> or <tt class="xref docutils literal"><span class="pre">SYSOPER</span></tt>. First shutdown using one of the
|
||||||
DBSHUTDOWN constants defined in the constants (<a class="reference external" href="module.html#constants"><em>Constants</em></a>) section.
|
DBSHUTDOWN constants defined in the constants (<a class="reference" href="module.html#constants"><em>Constants</em></a>) section.
|
||||||
Next issue the SQL statements required to close the database (“alter
|
Next issue the SQL statements required to close the database (“alter
|
||||||
database close normal”) and dismount the database (“alter database
|
database close normal”) and dismount the database (“alter database
|
||||||
dismount”) followed by a second call to this method with the
|
dismount”) followed by a second call to this method with the
|
||||||
@ -369,12 +370,12 @@ connection has been established.</p>
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="cursor.html" title="Cursor Object" accesskey="N">next</a> |</li>
|
<li class="right"><a href="cursor.html" title="Cursor Object" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="module.html" title="Module Interface" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="module.html" title="Module Interface" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© Copyright 2008, Anthony Tuininga.
|
© Copyright 2008, Anthony Tuininga.
|
||||||
Last updated on May 22, 2008.
|
Last updated on Jun 06, 2008.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -2,13 +2,13 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>Cursor Object — cx_Oracle v4.4a1 documentation</title>
|
<title>Cursor Object — cx_Oracle v4.4 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '4.4a1'
|
VERSION: '4.4'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<link rel="contents" title="Global table of contents" href="contents.html" />
|
<link rel="contents" title="Global table of contents" href="contents.html" />
|
||||||
<link rel="index" title="Global index" href="genindex.html" />
|
<link rel="index" title="Global index" href="genindex.html" />
|
||||||
<link rel="search" title="Search" href="search.html" />
|
<link rel="search" title="Search" href="search.html" />
|
||||||
<link rel="top" title="cx_Oracle v4.4a1 documentation" href="index.html" />
|
<link rel="top" title="cx_Oracle v4.4 documentation" href="index.html" />
|
||||||
<link rel="next" title="Variable Objects" href="variable.html" />
|
<link rel="next" title="Variable Objects" href="variable.html" />
|
||||||
<link rel="prev" title="Connection Object" href="connection.html" />
|
<link rel="prev" title="Connection Object" href="connection.html" />
|
||||||
</head>
|
</head>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="variable.html" title="Variable Objects" accesskey="N">next</a> |</li>
|
<li class="right"><a href="variable.html" title="Variable Objects" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="connection.html" title="Connection Object" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="connection.html" title="Connection Object" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="document">
|
<div class="document">
|
||||||
@ -38,17 +38,18 @@
|
|||||||
<div class="body">
|
<div class="body">
|
||||||
|
|
||||||
|
|
||||||
<div class="section" id="cursor-object">
|
<div class="section">
|
||||||
<span id="cursorobj"></span><h1 id="cursor-object"><span id="cursorobj"></span>Cursor Object<a class="headerlink" href="#cursor-object" title="Permalink to this headline">¶</a></h1>
|
<h1 id="cursor-object"><span id="cursorobj"></span>Cursor Object<a class="headerlink" href="#cursor-object" title="Permalink to this headline">¶</a></h1>
|
||||||
<dl class="attribute">
|
<dl class="attribute">
|
||||||
<dt id="Cursor.arraysize">
|
<dt id="Cursor.arraysize">
|
||||||
<!--#Cursor.arraysize#--><tt class="descclassname">Cursor.</tt><tt class="descname">arraysize</tt><a class="headerlink" href="#Cursor.arraysize" title="Permalink to this definition">¶</a></dt>
|
<!--#Cursor.arraysize#--><tt class="descclassname">Cursor.</tt><tt class="descname">arraysize</tt><a class="headerlink" href="#Cursor.arraysize" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd>This read-write attribute specifies the number of rows to fetch at a time
|
<dd>This read-write attribute specifies the number of rows to fetch at a time
|
||||||
internally and is the default number of rows to fetch with the
|
internally and is the default number of rows to fetch with the
|
||||||
<a title="Cursor.fetchmany" class="reference internal" href="#Cursor.fetchmany"><tt class="xref docutils literal"><span class="pre">fetchmany()</span></tt></a> call. It defaults to 1 meaning to fetch a
|
<a title="Cursor.fetchmany" class="reference" href="#Cursor.fetchmany"><tt class="xref docutils literal"><span class="pre">fetchmany()</span></tt></a> call. It defaults to 50 meaning to fetch 50
|
||||||
single row at a time. Note that this attribute can drastically affect the
|
rows at a time. Note that this attribute can drastically affect the
|
||||||
performance of a query since it directly affects the number of network round
|
performance of a query since it directly affects the number of network round
|
||||||
trips that need to be performed.</dd></dl>
|
trips that need to be performed. This is the reason for setting it to 50
|
||||||
|
instead of the 1 that the DB API recommends.</dd></dl>
|
||||||
|
|
||||||
<dl class="attribute">
|
<dl class="attribute">
|
||||||
<dt id="Cursor.bindarraysize">
|
<dt id="Cursor.bindarraysize">
|
||||||
@ -66,7 +67,7 @@ is used when creating variables via setinputsizes() or var(). It defaults to
|
|||||||
<dt id="Cursor.arrayvar">
|
<dt id="Cursor.arrayvar">
|
||||||
<!--#Cursor.arrayvar#--><tt class="descclassname">Cursor.</tt><tt class="descname">arrayvar</tt><big>(</big><em>dataType</em>, <em>value</em><span class="optional">[</span>, <em>size</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#Cursor.arrayvar" title="Permalink to this definition">¶</a></dt>
|
<!--#Cursor.arrayvar#--><tt class="descclassname">Cursor.</tt><tt class="descname">arrayvar</tt><big>(</big><em>dataType</em>, <em>value</em><span class="optional">[</span>, <em>size</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#Cursor.arrayvar" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Create an array variable associated with the cursor of the given type and
|
<dd><p>Create an array variable associated with the cursor of the given type and
|
||||||
size and return a variable object (<a class="reference external" href="variable.html#varobj"><em>Variable Objects</em></a>). The value is either an
|
size and return a variable object (<a class="reference" href="variable.html#varobj"><em>Variable Objects</em></a>). The value is either an
|
||||||
integer specifying the number of elements to allocate or it is a list and
|
integer specifying the number of elements to allocate or it is a list and
|
||||||
the number of elements allocated is drawn from the size of the list. If the
|
the number of elements allocated is drawn from the size of the list. If the
|
||||||
value is a list, the variable is also set with the contents of the list. If
|
value is a list, the variable is also set with the contents of the list. If
|
||||||
@ -132,9 +133,9 @@ mentioned in PEP 249 as an optional extension.</p>
|
|||||||
</div>
|
</div>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="data">
|
||||||
<dt id="Cursor.description">
|
<dt id="Cursor.description">
|
||||||
<!--#Cursor.description#--><tt class="descclassname">Cursor.</tt><tt class="descname">description</tt><big>(</big><big>)</big><a class="headerlink" href="#Cursor.description" title="Permalink to this definition">¶</a></dt>
|
<!--#Cursor.description#--><tt class="descclassname">Cursor.</tt><tt class="descname">description</tt><a class="headerlink" href="#Cursor.description" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>This read-only attribute is a sequence of 7-item sequences. Each of these
|
<dd><p>This read-only attribute is a sequence of 7-item sequences. Each of these
|
||||||
sequences contains information describing one result column: (name, type,
|
sequences contains information describing one result column: (name, type,
|
||||||
display_size, internal_size, precision, scale, null_ok). This attribute will
|
display_size, internal_size, precision, scale, null_ok). This attribute will
|
||||||
@ -160,10 +161,10 @@ setinputsizes() method to specify the parameter types and sizes ahead of
|
|||||||
time; in particular, None is assumed to be a string of length 1 so any
|
time; in particular, None is assumed to be a string of length 1 so any
|
||||||
values that are later bound as numbers or dates will raise a TypeError
|
values that are later bound as numbers or dates will raise a TypeError
|
||||||
exception.</p>
|
exception.</p>
|
||||||
<p>If the statement is a query, a list of variable objects (<a class="reference external" href="variable.html#varobj"><em>Variable Objects</em></a>) will
|
<p>If the statement is a query, a list of variable objects (<a class="reference" href="variable.html#varobj"><em>Variable Objects</em></a>) will
|
||||||
be returned corresponding to the list of variables into which data will be
|
be returned corresponding to the list of variables into which data will be
|
||||||
fetched with the <a title="Cursor.fetchone" class="reference internal" href="#Cursor.fetchone"><tt class="xref docutils literal"><span class="pre">fetchone()</span></tt></a>, <a title="Cursor.fetchmany" class="reference internal" href="#Cursor.fetchmany"><tt class="xref docutils literal"><span class="pre">fetchmany()</span></tt></a> and
|
fetched with the <a title="Cursor.fetchone" class="reference" href="#Cursor.fetchone"><tt class="xref docutils literal"><span class="pre">fetchone()</span></tt></a>, <a title="Cursor.fetchmany" class="reference" href="#Cursor.fetchmany"><tt class="xref docutils literal"><span class="pre">fetchmany()</span></tt></a> and
|
||||||
<a title="Cursor.fetchall" class="reference internal" href="#Cursor.fetchall"><tt class="xref docutils literal"><span class="pre">fetchall()</span></tt></a> methods; otherwise, <tt class="xref docutils literal"><span class="pre">None</span></tt> will be returned.</p>
|
<a title="Cursor.fetchall" class="reference" href="#Cursor.fetchall"><tt class="xref docutils literal"><span class="pre">fetchall()</span></tt></a> methods; otherwise, <tt class="xref docutils literal"><span class="pre">None</span></tt> will be returned.</p>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="method">
|
||||||
@ -355,7 +356,7 @@ prepared with prepare() or executed with execute().</p>
|
|||||||
<dt id="Cursor.var">
|
<dt id="Cursor.var">
|
||||||
<!--#Cursor.var#--><tt class="descclassname">Cursor.</tt><tt class="descname">var</tt><big>(</big><em>dataType</em><span class="optional">[</span>, <em>size</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#Cursor.var" title="Permalink to this definition">¶</a></dt>
|
<!--#Cursor.var#--><tt class="descclassname">Cursor.</tt><tt class="descname">var</tt><big>(</big><em>dataType</em><span class="optional">[</span>, <em>size</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#Cursor.var" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Create a variable associated with the cursor of the given type and size and
|
<dd><p>Create a variable associated with the cursor of the given type and size and
|
||||||
return a variable object (<a class="reference external" href="variable.html#varobj"><em>Variable Objects</em></a>). If the size is not specified and
|
return a variable object (<a class="reference" href="variable.html#varobj"><em>Variable Objects</em></a>). If the size is not specified and
|
||||||
the type is a string or binary, 4000 bytes (maximum allowable by Oracle) is
|
the type is a string or binary, 4000 bytes (maximum allowable by Oracle) is
|
||||||
allocated; if the size is not specified and the type is a long string or
|
allocated; if the size is not specified and the type is a long string or
|
||||||
long binary, 128KB is allocated. This method was designed for use with
|
long binary, 128KB is allocated. This method was designed for use with
|
||||||
@ -396,12 +397,12 @@ automatically from the Python object passed in.</p>
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="variable.html" title="Variable Objects" accesskey="N">next</a> |</li>
|
<li class="right"><a href="variable.html" title="Variable Objects" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="connection.html" title="Connection Object" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="connection.html" title="Connection Object" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© Copyright 2008, Anthony Tuininga.
|
© Copyright 2008, Anthony Tuininga.
|
||||||
Last updated on May 23, 2008.
|
Last updated on Jun 06, 2008.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -2,13 +2,13 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>Date Object — cx_Oracle v4.4a1 documentation</title>
|
<title>Date Object — cx_Oracle v4.4 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '4.4a1'
|
VERSION: '4.4'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<link rel="contents" title="Global table of contents" href="contents.html" />
|
<link rel="contents" title="Global table of contents" href="contents.html" />
|
||||||
<link rel="index" title="Global index" href="genindex.html" />
|
<link rel="index" title="Global index" href="genindex.html" />
|
||||||
<link rel="search" title="Search" href="search.html" />
|
<link rel="search" title="Search" href="search.html" />
|
||||||
<link rel="top" title="cx_Oracle v4.4a1 documentation" href="index.html" />
|
<link rel="top" title="cx_Oracle v4.4 documentation" href="index.html" />
|
||||||
<link rel="next" title="License" href="license.html" />
|
<link rel="next" title="License" href="license.html" />
|
||||||
<link rel="prev" title="LOB Objects" href="lob.html" />
|
<link rel="prev" title="LOB Objects" href="lob.html" />
|
||||||
</head>
|
</head>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="license.html" title="License" accesskey="N">next</a> |</li>
|
<li class="right"><a href="license.html" title="License" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="lob.html" title="LOB Objects" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="lob.html" title="LOB Objects" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="document">
|
<div class="document">
|
||||||
@ -38,8 +38,8 @@
|
|||||||
<div class="body">
|
<div class="body">
|
||||||
|
|
||||||
|
|
||||||
<div class="section" id="date-object">
|
<div class="section">
|
||||||
<span id="dateobj"></span><h1 id="date-object"><span id="dateobj"></span>Date Object<a class="headerlink" href="#date-object" title="Permalink to this headline">¶</a></h1>
|
<h1 id="date-object"><span id="dateobj"></span>Date Object<a class="headerlink" href="#date-object" title="Permalink to this headline">¶</a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="first admonition-title">Note</p>
|
<p class="first admonition-title">Note</p>
|
||||||
<p class="last">This object is an extension the DB API. It is returned whenever Oracle
|
<p class="last">This object is an extension the DB API. It is returned whenever Oracle
|
||||||
@ -115,12 +115,12 @@ standard library datetime module instead of these objects.</p>
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="license.html" title="License" accesskey="N">next</a> |</li>
|
<li class="right"><a href="license.html" title="License" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="lob.html" title="LOB Objects" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="lob.html" title="LOB Objects" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© Copyright 2008, Anthony Tuininga.
|
© Copyright 2008, Anthony Tuininga.
|
||||||
Last updated on May 22, 2008.
|
Last updated on Jun 06, 2008.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -2,13 +2,13 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>Index — cx_Oracle v4.4a1 documentation</title>
|
<title>Index — cx_Oracle v4.4 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '4.4a1'
|
VERSION: '4.4'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<link rel="contents" title="Global table of contents" href="contents.html" />
|
<link rel="contents" title="Global table of contents" href="contents.html" />
|
||||||
<link rel="index" title="Global index" href="" />
|
<link rel="index" title="Global index" href="" />
|
||||||
<link rel="search" title="Search" href="search.html" />
|
<link rel="search" title="Search" href="search.html" />
|
||||||
<link rel="top" title="cx_Oracle v4.4a1 documentation" href="index.html" />
|
<link rel="top" title="cx_Oracle v4.4 documentation" href="index.html" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="related">
|
<div class="related">
|
||||||
@ -25,7 +25,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li class="right" style="margin-right: 10px"><a href="" title="General Index" accesskey="I">index</a></li>
|
<li class="right" style="margin-right: 10px"><a href="" 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="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="document">
|
<div class="document">
|
||||||
@ -92,14 +92,15 @@
|
|||||||
<dd><dl>
|
<dd><dl>
|
||||||
<dt><a href="cursor.html#Cursor.close">(Cursor method)</a></dt>
|
<dt><a href="cursor.html#Cursor.close">(Cursor method)</a></dt>
|
||||||
<dt><a href="lob.html#LOB.close">(LOB method)</a></dt>
|
<dt><a href="lob.html#LOB.close">(LOB method)</a></dt>
|
||||||
</dl></dd></dl></td><td width="33%" valign="top"><dl>
|
</dl></dd>
|
||||||
<dt><a href="connection.html#Connection.commit">commit() (Connection method)</a></dt>
|
<dt><a href="connection.html#Connection.commit">commit() (Connection method)</a></dt></dl></td><td width="33%" valign="top"><dl>
|
||||||
<dt><a href="module.html#cx_Oracle.connect">connect() (in module cx_Oracle)</a></dt>
|
<dt><a href="module.html#cx_Oracle.connect">connect() (in module cx_Oracle)</a></dt>
|
||||||
<dt><a href="cursor.html#Cursor.connection">connection() (Cursor method)</a></dt>
|
<dt><a href="cursor.html#Cursor.connection">connection() (Cursor method)</a></dt>
|
||||||
<dt><a href="module.html#cx_Oracle.Connection">Connection() (in module cx_Oracle)</a></dt>
|
<dt><a href="module.html#cx_Oracle.Connection">Connection() (in module cx_Oracle)</a></dt>
|
||||||
<dt><a href="module.html#cx_Oracle.CURSOR">CURSOR (in module cx_Oracle)</a></dt>
|
<dt><a href="module.html#cx_Oracle.CURSOR">CURSOR (in module cx_Oracle)</a></dt>
|
||||||
<dt><a href="connection.html#Connection.cursor">cursor() (Connection method)</a></dt>
|
<dt><a href="connection.html#Connection.cursor">cursor() (Connection method)</a></dt>
|
||||||
<dt><a href="module.html#cx_Oracle.Cursor">Cursor() (in module cx_Oracle)</a></dt>
|
<dt><a href="module.html#cx_Oracle.Cursor">Cursor() (in module cx_Oracle)</a></dt>
|
||||||
|
<dt><a href="cursor.html#Cursor.description">Cursor.description (built-in variable)</a></dt>
|
||||||
<dt><a href="module.html#module-cx_Oracle">cx_Oracle (module)</a></dt>
|
<dt><a href="module.html#module-cx_Oracle">cx_Oracle (module)</a></dt>
|
||||||
</dl></td></tr></table>
|
</dl></td></tr></table>
|
||||||
|
|
||||||
@ -118,7 +119,6 @@
|
|||||||
<dt><a href="module.html#cx_Oracle.DBSHUTDOWN_IMMEDIATE">DBSHUTDOWN_IMMEDIATE (in module cx_Oracle)</a></dt>
|
<dt><a href="module.html#cx_Oracle.DBSHUTDOWN_IMMEDIATE">DBSHUTDOWN_IMMEDIATE (in module cx_Oracle)</a></dt>
|
||||||
<dt><a href="module.html#cx_Oracle.DBSHUTDOWN_TRANSACTIONAL">DBSHUTDOWN_TRANSACTIONAL (in module cx_Oracle)</a></dt>
|
<dt><a href="module.html#cx_Oracle.DBSHUTDOWN_TRANSACTIONAL">DBSHUTDOWN_TRANSACTIONAL (in module cx_Oracle)</a></dt>
|
||||||
<dt><a href="module.html#cx_Oracle.DBSHUTDOWN_TRANSACTIONAL_LOCAL">DBSHUTDOWN_TRANSACTIONAL_LOCAL (in module cx_Oracle)</a></dt>
|
<dt><a href="module.html#cx_Oracle.DBSHUTDOWN_TRANSACTIONAL_LOCAL">DBSHUTDOWN_TRANSACTIONAL_LOCAL (in module cx_Oracle)</a></dt>
|
||||||
<dt><a href="cursor.html#Cursor.description">description() (Cursor method)</a></dt>
|
|
||||||
<dt><a href="session_pool.html#SessionPool.drop">drop() (SessionPool method)</a></dt>
|
<dt><a href="session_pool.html#SessionPool.drop">drop() (SessionPool method)</a></dt>
|
||||||
<dt><a href="connection.html#Connection.dsn">dsn (Connection attribute)</a></dt>
|
<dt><a href="connection.html#Connection.dsn">dsn (Connection attribute)</a></dt>
|
||||||
<dd><dl>
|
<dd><dl>
|
||||||
@ -365,12 +365,12 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li class="right" style="margin-right: 10px"><a href="" title="General Index" accesskey="I">index</a></li>
|
<li class="right" style="margin-right: 10px"><a href="" 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="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© Copyright 2008, Anthony Tuininga.
|
© Copyright 2008, Anthony Tuininga.
|
||||||
Last updated on May 23, 2008.
|
Last updated on Jun 06, 2008.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -2,13 +2,13 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>cx_Oracle — cx_Oracle v4.4a1 documentation</title>
|
<title>cx_Oracle — cx_Oracle v4.4 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '4.4a1'
|
VERSION: '4.4'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<link rel="contents" title="Global table of contents" href="contents.html" />
|
<link rel="contents" title="Global table of contents" href="contents.html" />
|
||||||
<link rel="index" title="Global index" href="genindex.html" />
|
<link rel="index" title="Global index" href="genindex.html" />
|
||||||
<link rel="search" title="Search" href="search.html" />
|
<link rel="search" title="Search" href="search.html" />
|
||||||
<link rel="top" title="cx_Oracle v4.4a1 documentation" href="" />
|
<link rel="top" title="cx_Oracle v4.4 documentation" href="" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="related">
|
<div class="related">
|
||||||
@ -25,7 +25,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
|
<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="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li><a href="">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="document">
|
<div class="document">
|
||||||
@ -34,7 +34,7 @@
|
|||||||
<div class="body">
|
<div class="body">
|
||||||
|
|
||||||
|
|
||||||
<div class="section" id="cx-oracle">
|
<div class="section">
|
||||||
<h1 id="cx-oracle">cx_Oracle<a class="headerlink" href="#cx-oracle" title="Permalink to this headline">¶</a></h1>
|
<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">
|
<table class="docutils field-list" frame="void" rules="none">
|
||||||
<col class="field-name" />
|
<col class="field-name" />
|
||||||
@ -42,54 +42,54 @@
|
|||||||
<tbody valign="top">
|
<tbody valign="top">
|
||||||
<tr class="field"><th class="field-name">Author:</th><td class="field-body">Anthony Tuininga</td>
|
<tr class="field"><th class="field-name">Author:</th><td class="field-body">Anthony Tuininga</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="field"><th class="field-name">Date:</th><td class="field-body">May 22, 2008</td>
|
<tr class="field"><th class="field-name">Date:</th><td class="field-body">June 06, 2008</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="front-matter">
|
<div class="section">
|
||||||
<span id="front"></span><h1 id="front-matter"><span id="front"></span>Front Matter<a class="headerlink" href="#front-matter" title="Permalink to this headline">¶</a></h1>
|
<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 © 2007-2008 Colt WorleyParsons. All rights reserved.</p>
|
||||||
<p>Copyright © 2001-2007 Computronix. 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>
|
<p>See <a class="reference" href="license.html#license"><em>License</em></a> for complete license and permissions information.</p>
|
||||||
<div class="topic">
|
<div class="topic">
|
||||||
<p class="topic-title first">Abstract</p>
|
<p class="topic-title first">Abstract</p>
|
||||||
<p>cx_Oracle is a Python extension module that allows access to Oracle and
|
<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
|
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>
|
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>
|
for more information on the Python database API specification.</p>
|
||||||
</div>
|
</div>
|
||||||
<p>Contents:</p>
|
<p>Contents:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="reference external" href="module.html">Module Interface</a><ul>
|
<li><a class="reference" href="module.html">Module Interface</a><ul>
|
||||||
<li><a class="reference external" href="module.html#id1">Constants</a></li>
|
<li><a class="reference" href="module.html#id1">Constants</a></li>
|
||||||
<li><a class="reference external" href="module.html#id2">Exceptions</a></li>
|
<li><a class="reference" href="module.html#id2">Exceptions</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="reference external" href="connection.html">Connection Object</a></li>
|
<li><a class="reference" href="connection.html">Connection Object</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="reference external" href="cursor.html">Cursor Object</a></li>
|
<li><a class="reference" href="cursor.html">Cursor Object</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="reference external" href="variable.html">Variable Objects</a></li>
|
<li><a class="reference" href="variable.html">Variable Objects</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="reference external" href="session_pool.html">SessionPool Object</a></li>
|
<li><a class="reference" href="session_pool.html">SessionPool Object</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="reference external" href="lob.html">LOB Objects</a></li>
|
<li><a class="reference" href="lob.html">LOB Objects</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="reference external" href="date.html">Date Object</a></li>
|
<li><a class="reference" href="date.html">Date Object</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="reference external" href="license.html">License</a></li>
|
<li><a class="reference" href="license.html">License</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><a class="reference external" href="genindex.html"><em>Index</em></a></li>
|
<li><a class="reference" href="genindex.html"><em>Index</em></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -101,8 +101,8 @@ for more information on the Python database API specification.</p>
|
|||||||
<div class="sidebarwrapper">
|
<div class="sidebarwrapper">
|
||||||
<h3>Table Of Contents</h3>
|
<h3>Table Of Contents</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="reference external" href="">cx_Oracle</a></li>
|
<li><a class="reference" href="">cx_Oracle</a></li>
|
||||||
<li><a class="reference external" href="#front-matter">Front Matter</a><ul>
|
<li><a class="reference" href="#front-matter">Front Matter</a><ul>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -122,12 +122,12 @@ for more information on the Python database API specification.</p>
|
|||||||
<ul>
|
<ul>
|
||||||
<li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
|
<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="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li><a href="">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© Copyright 2008, Anthony Tuininga.
|
© Copyright 2008, Anthony Tuininga.
|
||||||
Last updated on May 23, 2008.
|
Last updated on Jun 06, 2008.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -2,13 +2,13 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>License — cx_Oracle v4.4a1 documentation</title>
|
<title>License — cx_Oracle v4.4 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '4.4a1'
|
VERSION: '4.4'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<link rel="contents" title="Global table of contents" href="contents.html" />
|
<link rel="contents" title="Global table of contents" href="contents.html" />
|
||||||
<link rel="index" title="Global index" href="genindex.html" />
|
<link rel="index" title="Global index" href="genindex.html" />
|
||||||
<link rel="search" title="Search" href="search.html" />
|
<link rel="search" title="Search" href="search.html" />
|
||||||
<link rel="top" title="cx_Oracle v4.4a1 documentation" href="index.html" />
|
<link rel="top" title="cx_Oracle v4.4 documentation" href="index.html" />
|
||||||
<link rel="next" title="cx_Oracle" href="index.html" />
|
<link rel="next" title="cx_Oracle" href="index.html" />
|
||||||
<link rel="prev" title="Date Object" href="date.html" />
|
<link rel="prev" title="Date Object" href="date.html" />
|
||||||
</head>
|
</head>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="index.html" title="cx_Oracle" accesskey="N">next</a> |</li>
|
<li class="right"><a href="index.html" title="cx_Oracle" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="date.html" title="Date Object" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="date.html" title="Date Object" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="document">
|
<div class="document">
|
||||||
@ -38,8 +38,8 @@
|
|||||||
<div class="body">
|
<div class="body">
|
||||||
|
|
||||||
|
|
||||||
<div class="section" id="id1">
|
<div class="section">
|
||||||
<span id="license"></span><h1 id="id1"><span id="license"></span>License<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
|
<h1 id="id1"><span id="license"></span>License<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
|
||||||
<p class="centered">
|
<p class="centered">
|
||||||
<strong><strong>LICENSE AGREEMENT FOR CX_ORACLE</strong></strong></p><p>Copyright © 2007-2008, Colt WorleyParsons, Edmonton, Alberta, Canada. All
|
<strong><strong>LICENSE AGREEMENT FOR CX_ORACLE</strong></strong></p><p>Copyright © 2007-2008, Colt WorleyParsons, Edmonton, Alberta, Canada. All
|
||||||
rights reserved.</p>
|
rights reserved.</p>
|
||||||
@ -97,12 +97,12 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="index.html" title="cx_Oracle" accesskey="N">next</a> |</li>
|
<li class="right"><a href="index.html" title="cx_Oracle" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="date.html" title="Date Object" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="date.html" title="Date Object" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© Copyright 2008, Anthony Tuininga.
|
© Copyright 2008, Anthony Tuininga.
|
||||||
Last updated on May 22, 2008.
|
Last updated on Jun 06, 2008.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -2,13 +2,13 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>LOB Objects — cx_Oracle v4.4a1 documentation</title>
|
<title>LOB Objects — cx_Oracle v4.4 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '4.4a1'
|
VERSION: '4.4'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<link rel="contents" title="Global table of contents" href="contents.html" />
|
<link rel="contents" title="Global table of contents" href="contents.html" />
|
||||||
<link rel="index" title="Global index" href="genindex.html" />
|
<link rel="index" title="Global index" href="genindex.html" />
|
||||||
<link rel="search" title="Search" href="search.html" />
|
<link rel="search" title="Search" href="search.html" />
|
||||||
<link rel="top" title="cx_Oracle v4.4a1 documentation" href="index.html" />
|
<link rel="top" title="cx_Oracle v4.4 documentation" href="index.html" />
|
||||||
<link rel="next" title="Date Object" href="date.html" />
|
<link rel="next" title="Date Object" href="date.html" />
|
||||||
<link rel="prev" title="SessionPool Object" href="session_pool.html" />
|
<link rel="prev" title="SessionPool Object" href="session_pool.html" />
|
||||||
</head>
|
</head>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="date.html" title="Date Object" accesskey="N">next</a> |</li>
|
<li class="right"><a href="date.html" title="Date Object" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="session_pool.html" title="SessionPool Object" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="session_pool.html" title="SessionPool Object" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="document">
|
<div class="document">
|
||||||
@ -38,8 +38,8 @@
|
|||||||
<div class="body">
|
<div class="body">
|
||||||
|
|
||||||
|
|
||||||
<div class="section" id="lob-objects">
|
<div class="section">
|
||||||
<span id="lobobj"></span><h1 id="lob-objects"><span id="lobobj"></span>LOB Objects<a class="headerlink" href="#lob-objects" title="Permalink to this headline">¶</a></h1>
|
<h1 id="lob-objects"><span id="lobobj"></span>LOB Objects<a class="headerlink" href="#lob-objects" title="Permalink to this headline">¶</a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="first admonition-title">Note</p>
|
<p class="first admonition-title">Note</p>
|
||||||
<p class="last">This object is an extension the DB API. It is returned whenever Oracle
|
<p class="last">This object is an extension the DB API. It is returned whenever Oracle
|
||||||
@ -146,12 +146,12 @@ to make the LOB value smaller, you must use the trim() function.</dd></dl>
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="date.html" title="Date Object" accesskey="N">next</a> |</li>
|
<li class="right"><a href="date.html" title="Date Object" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="session_pool.html" title="SessionPool Object" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="session_pool.html" title="SessionPool Object" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© Copyright 2008, Anthony Tuininga.
|
© Copyright 2008, Anthony Tuininga.
|
||||||
Last updated on May 22, 2008.
|
Last updated on Jun 06, 2008.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -2,13 +2,13 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>Global Module Index — cx_Oracle v4.4a1 documentation</title>
|
<title>Global Module Index — cx_Oracle v4.4 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '4.4a1'
|
VERSION: '4.4'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<link rel="contents" title="Global table of contents" href="contents.html" />
|
<link rel="contents" title="Global table of contents" href="contents.html" />
|
||||||
<link rel="index" title="Global index" href="genindex.html" />
|
<link rel="index" title="Global index" href="genindex.html" />
|
||||||
<link rel="search" title="Search" href="search.html" />
|
<link rel="search" title="Search" href="search.html" />
|
||||||
<link rel="top" title="cx_Oracle v4.4a1 documentation" href="index.html" />
|
<link rel="top" title="cx_Oracle v4.4 documentation" href="index.html" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="related">
|
<div class="related">
|
||||||
@ -25,7 +25,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
|
<li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
|
||||||
<li class="right"><a href="" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="document">
|
<div class="document">
|
||||||
@ -67,12 +67,12 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
|
<li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
|
||||||
<li class="right"><a href="" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© Copyright 2008, Anthony Tuininga.
|
© Copyright 2008, Anthony Tuininga.
|
||||||
Last updated on May 23, 2008.
|
Last updated on Jun 06, 2008.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -2,13 +2,13 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>Module Interface — cx_Oracle v4.4a1 documentation</title>
|
<title>Module Interface — cx_Oracle v4.4 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '4.4a1'
|
VERSION: '4.4'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<link rel="contents" title="Global table of contents" href="contents.html" />
|
<link rel="contents" title="Global table of contents" href="contents.html" />
|
||||||
<link rel="index" title="Global index" href="genindex.html" />
|
<link rel="index" title="Global index" href="genindex.html" />
|
||||||
<link rel="search" title="Search" href="search.html" />
|
<link rel="search" title="Search" href="search.html" />
|
||||||
<link rel="top" title="cx_Oracle v4.4a1 documentation" href="index.html" />
|
<link rel="top" title="cx_Oracle v4.4 documentation" href="index.html" />
|
||||||
<link rel="next" title="Connection Object" href="connection.html" />
|
<link rel="next" title="Connection Object" href="connection.html" />
|
||||||
<link rel="prev" title="cx_Oracle" href="index.html" />
|
<link rel="prev" title="cx_Oracle" href="index.html" />
|
||||||
</head>
|
</head>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="connection.html" title="Connection Object" accesskey="N">next</a> |</li>
|
<li class="right"><a href="connection.html" title="Connection Object" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="index.html" title="cx_Oracle" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="index.html" title="cx_Oracle" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="document">
|
<div class="document">
|
||||||
@ -38,8 +38,8 @@
|
|||||||
<div class="body">
|
<div class="body">
|
||||||
|
|
||||||
|
|
||||||
<div class="section" id="module-interface">
|
<div class="section">
|
||||||
<span id="module"></span><span id="module-cx_Oracle"></span><h1 id="module-interface"><span id="module"></span><span id="module-cx_Oracle"></span>Module Interface<a class="headerlink" href="#module-interface" title="Permalink to this headline">¶</a></h1>
|
<h1 id="module-interface"><span id="module"></span><span id="module-cx_Oracle"></span>Module Interface<a class="headerlink" href="#module-interface" title="Permalink to this headline">¶</a></h1>
|
||||||
<dl class="function">
|
<dl class="function">
|
||||||
<dt id="cx_Oracle.Binary">
|
<dt id="cx_Oracle.Binary">
|
||||||
<!--#cx_Oracle.Binary#--><tt class="descclassname">cx_Oracle.</tt><tt class="descname">Binary</tt><big>(</big><em>string</em><big>)</big><a class="headerlink" href="#cx_Oracle.Binary" title="Permalink to this definition">¶</a></dt>
|
<!--#cx_Oracle.Binary#--><tt class="descclassname">cx_Oracle.</tt><tt class="descname">Binary</tt><big>(</big><em>string</em><big>)</big><a class="headerlink" href="#cx_Oracle.Binary" title="Permalink to this definition">¶</a></dt>
|
||||||
@ -64,18 +64,18 @@ available in Oracle 10g Release 2 and higher.</p>
|
|||||||
<dt id="cx_Oracle.connect">
|
<dt id="cx_Oracle.connect">
|
||||||
<tt class="descclassname">cx_Oracle.</tt><tt class="descname">connect</tt><big>(</big><span class="optional">[</span><em>user</em>, <em>password</em>, <em>dsn</em>, <em>mode</em>, <em>handle</em>, <em>pool</em>, <em>threaded</em>, <em>twophase</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#cx_Oracle.connect" title="Permalink to this definition">¶</a></dt>
|
<tt class="descclassname">cx_Oracle.</tt><tt class="descname">connect</tt><big>(</big><span class="optional">[</span><em>user</em>, <em>password</em>, <em>dsn</em>, <em>mode</em>, <em>handle</em>, <em>pool</em>, <em>threaded</em>, <em>twophase</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#cx_Oracle.connect" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd>Constructor for creating a connection to the database. Return a Connection
|
<dd>Constructor for creating a connection to the database. Return a Connection
|
||||||
object (<a class="reference external" href="connection.html#connobj"><em>Connection Object</em></a>). All arguments are optional and can be specified as
|
object (<a class="reference" href="connection.html#connobj"><em>Connection Object</em></a>). All arguments are optional and can be specified as
|
||||||
keyword parameters. The dsn (data source name) is the TNS entry (from the
|
keyword parameters. The dsn (data source name) is the TNS entry (from the
|
||||||
Oracle names server or tnsnames.ora file) or is a string like the one
|
Oracle names server or tnsnames.ora file) or is a string like the one
|
||||||
returned from makedsn(). If only one parameter is passed, a connect string
|
returned from makedsn(). If only one parameter is passed, a connect string
|
||||||
is assumed which is to be of the format <tt class="docutils literal"><span class="pre">user/password@dsn</span></tt>, the same
|
is assumed which is to be of the format <tt class="docutils literal"><span class="pre">user/password@dsn</span></tt>, the same
|
||||||
format accepted by Oracle applications such as SQL*Plus. If the mode is
|
format accepted by Oracle applications such as SQL*Plus. If the mode is
|
||||||
specified, it must be one of <a title="cx_Oracle.SYSDBA" class="reference internal" href="#cx_Oracle.SYSDBA"><tt class="xref docutils literal"><span class="pre">SYSDBA</span></tt></a> or <a title="cx_Oracle.SYSOPER" class="reference internal" href="#cx_Oracle.SYSOPER"><tt class="xref docutils literal"><span class="pre">SYSOPER</span></tt></a> which are
|
specified, it must be one of <a title="cx_Oracle.SYSDBA" class="reference" href="#cx_Oracle.SYSDBA"><tt class="xref docutils literal"><span class="pre">SYSDBA</span></tt></a> or <a title="cx_Oracle.SYSOPER" class="reference" href="#cx_Oracle.SYSOPER"><tt class="xref docutils literal"><span class="pre">SYSOPER</span></tt></a> which are
|
||||||
defined at the module level; otherwise it defaults to the normal mode of
|
defined at the module level; otherwise it defaults to the normal mode of
|
||||||
connecting. If the handle is specified, it must be of type OCISvcCtx* and
|
connecting. If the handle is specified, it must be of type OCISvcCtx* and
|
||||||
is only of use when embedding Python in an application (like PowerBuilder)
|
is only of use when embedding Python in an application (like PowerBuilder)
|
||||||
which has already made the connection. The pool is only valid in Oracle 9i
|
which has already made the connection. The pool is only valid in Oracle 9i
|
||||||
and is a session pool object (<a class="reference external" href="session_pool.html#sesspool"><em>SessionPool Object</em></a>) which is the equivalent of
|
and is a session pool object (<a class="reference" href="session_pool.html#sesspool"><em>SessionPool Object</em></a>) which is the equivalent of
|
||||||
calling pool.acquire(). The threaded attribute is expected to be a boolean
|
calling pool.acquire(). The threaded attribute is expected to be a boolean
|
||||||
expression which indicates whether or not Oracle should use the mode
|
expression which indicates whether or not Oracle should use the mode
|
||||||
OCI_THREADED to wrap accesses to connections with a mutex. Doing so in
|
OCI_THREADED to wrap accesses to connections with a mutex. Doing so in
|
||||||
@ -89,7 +89,7 @@ this value is also False because of bugs in Oracle prior to Oracle 10g.</dd></dl
|
|||||||
<dt id="cx_Oracle.Cursor">
|
<dt id="cx_Oracle.Cursor">
|
||||||
<!--#cx_Oracle.Cursor#--><tt class="descclassname">cx_Oracle.</tt><tt class="descname">Cursor</tt><big>(</big><em>connection</em><big>)</big><a class="headerlink" href="#cx_Oracle.Cursor" title="Permalink to this definition">¶</a></dt>
|
<!--#cx_Oracle.Cursor#--><tt class="descclassname">cx_Oracle.</tt><tt class="descname">Cursor</tt><big>(</big><em>connection</em><big>)</big><a class="headerlink" href="#cx_Oracle.Cursor" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Constructor for creating a cursor. Return a new Cursor object
|
<dd><p>Constructor for creating a cursor. Return a new Cursor object
|
||||||
(<a class="reference external" href="cursor.html#cursorobj"><em>Cursor Object</em></a>) using the connection.</p>
|
(<a class="reference" href="cursor.html#cursorobj"><em>Cursor Object</em></a>) using the connection.</p>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="first admonition-title">Note</p>
|
<p class="first admonition-title">Note</p>
|
||||||
<p class="last">This method is an extension to the DB API definition.</p>
|
<p class="last">This method is an extension to the DB API definition.</p>
|
||||||
@ -124,7 +124,7 @@ server or defined in the tnsnames.ora file.</p>
|
|||||||
<dt id="cx_Oracle.SessionPool">
|
<dt id="cx_Oracle.SessionPool">
|
||||||
<!--#cx_Oracle.SessionPool#--><tt class="descclassname">cx_Oracle.</tt><tt class="descname">SessionPool</tt><big>(</big><em>user</em>, <em>password</em>, <em>database</em>, <em>min</em>, <em>max</em>, <em>increment</em><span class="optional">[</span>, <em>connectiontype</em>, <em>threaded</em>, <em>getmode=cx_Oracle.SPOOL_ATTRVAL_NOWAIT</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#cx_Oracle.SessionPool" title="Permalink to this definition">¶</a></dt>
|
<!--#cx_Oracle.SessionPool#--><tt class="descclassname">cx_Oracle.</tt><tt class="descname">SessionPool</tt><big>(</big><em>user</em>, <em>password</em>, <em>database</em>, <em>min</em>, <em>max</em>, <em>increment</em><span class="optional">[</span>, <em>connectiontype</em>, <em>threaded</em>, <em>getmode=cx_Oracle.SPOOL_ATTRVAL_NOWAIT</em><span class="optional">]</span><big>)</big><a class="headerlink" href="#cx_Oracle.SessionPool" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Create a session pool (see Oracle 9i documentation for more information) and
|
<dd><p>Create a session pool (see Oracle 9i documentation for more information) and
|
||||||
return a session pool object (<a class="reference external" href="session_pool.html#sesspool"><em>SessionPool Object</em></a>). This allows for very fast
|
return a session pool object (<a class="reference" href="session_pool.html#sesspool"><em>SessionPool Object</em></a>). This allows for very fast
|
||||||
connections to the database and is of primary use in a server where the same
|
connections to the database and is of primary use in a server where the same
|
||||||
connection is being made multiple times in rapid succession (a web server,
|
connection is being made multiple times in rapid succession (a web server,
|
||||||
for example). If the connection type is specified, all calls to acquire()
|
for example). If the connection type is specified, all calls to acquire()
|
||||||
@ -165,8 +165,8 @@ time module for details).</dd></dl>
|
|||||||
(number of seconds since the epoch; see the documentation of the standard
|
(number of seconds since the epoch; see the documentation of the standard
|
||||||
Python time module for details).</dd></dl>
|
Python time module for details).</dd></dl>
|
||||||
|
|
||||||
<div class="section" id="id1">
|
<div class="section">
|
||||||
<span id="constants"></span><h2 id="id1"><span id="constants"></span>Constants<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
|
<h2 id="id1"><span id="constants"></span>Constants<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="data">
|
<dl class="data">
|
||||||
<dt id="cx_Oracle.apilevel">
|
<dt id="cx_Oracle.apilevel">
|
||||||
<!--#cx_Oracle.apilevel#--><tt class="descclassname">cx_Oracle.</tt><tt class="descname">apilevel</tt><a class="headerlink" href="#cx_Oracle.apilevel" title="Permalink to this definition">¶</a></dt>
|
<!--#cx_Oracle.apilevel#--><tt class="descclassname">cx_Oracle.</tt><tt class="descname">apilevel</tt><a class="headerlink" href="#cx_Oracle.apilevel" title="Permalink to this definition">¶</a></dt>
|
||||||
@ -254,8 +254,8 @@ may be necessary upon next startup.</p>
|
|||||||
be truly halted. This should only be done after the database has been shut
|
be truly halted. This should only be done after the database has been shut
|
||||||
down in one of the other modes (except abort) and the database has been
|
down in one of the other modes (except abort) and the database has been
|
||||||
closed and dismounted using the appropriate SQL commands. See the method
|
closed and dismounted using the appropriate SQL commands. See the method
|
||||||
<a title="Connection.shutdown" class="reference external" href="connection.html#Connection.shutdown"><tt class="xref docutils literal"><span class="pre">shutdown()</span></tt></a> in the section on connections
|
<a title="Connection.shutdown" class="reference" href="connection.html#Connection.shutdown"><tt class="xref docutils literal"><span class="pre">shutdown()</span></tt></a> in the section on connections
|
||||||
(<a class="reference external" href="connection.html#connobj"><em>Connection Object</em></a>).</p>
|
(<a class="reference" href="connection.html#connobj"><em>Connection Object</em></a>).</p>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="first admonition-title">Note</p>
|
<p class="first admonition-title">Note</p>
|
||||||
<p class="last">This attribute is an extension to the DB API definition.</p>
|
<p class="last">This attribute is an extension to the DB API definition.</p>
|
||||||
@ -380,7 +380,7 @@ of the OCI.</p>
|
|||||||
<dl class="data">
|
<dl class="data">
|
||||||
<dt id="cx_Oracle.LOB">
|
<dt id="cx_Oracle.LOB">
|
||||||
<!--#cx_Oracle.LOB#--><tt class="descclassname">cx_Oracle.</tt><tt class="descname">LOB</tt><a class="headerlink" href="#cx_Oracle.LOB" title="Permalink to this definition">¶</a></dt>
|
<!--#cx_Oracle.LOB#--><tt class="descclassname">cx_Oracle.</tt><tt class="descname">LOB</tt><a class="headerlink" href="#cx_Oracle.LOB" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>This type object is the Python type of <a title="cx_Oracle.BLOB" class="reference internal" href="#cx_Oracle.BLOB"><tt class="xref docutils literal"><span class="pre">BLOB</span></tt></a> and <a title="cx_Oracle.CLOB" class="reference internal" href="#cx_Oracle.CLOB"><tt class="xref docutils literal"><span class="pre">CLOB</span></tt></a> data
|
<dd><p>This type object is the Python type of <a title="cx_Oracle.BLOB" class="reference" href="#cx_Oracle.BLOB"><tt class="xref docutils literal"><span class="pre">BLOB</span></tt></a> and <a title="cx_Oracle.CLOB" class="reference" href="#cx_Oracle.CLOB"><tt class="xref docutils literal"><span class="pre">CLOB</span></tt></a> data
|
||||||
that is returned from cursors.</p>
|
that is returned from cursors.</p>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="first admonition-title">Note</p>
|
<p class="first admonition-title">Note</p>
|
||||||
@ -543,7 +543,7 @@ locking.</p>
|
|||||||
<p>Note that in order to make use of multiple threads in a program which
|
<p>Note that in order to make use of multiple threads in a program which
|
||||||
intends to connect and disconnect in different threads, the threaded
|
intends to connect and disconnect in different threads, the threaded
|
||||||
argument to the Connection constructor must be a true value. See the
|
argument to the Connection constructor must be a true value. See the
|
||||||
comments on the Connection constructor for more information (<a class="reference internal" href="#module"><em>Module Interface</em></a>).</p>
|
comments on the Connection constructor for more information (<a class="reference" href="#module"><em>Module Interface</em></a>).</p>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="data">
|
<dl class="data">
|
||||||
@ -596,7 +596,7 @@ to the OCI function.</p>
|
|||||||
<dl class="data">
|
<dl class="data">
|
||||||
<dt id="cx_Oracle.version">
|
<dt id="cx_Oracle.version">
|
||||||
<!--#cx_Oracle.version#--><tt class="descclassname">cx_Oracle.</tt><tt class="descname">version</tt><a class="headerlink" href="#cx_Oracle.version" title="Permalink to this definition">¶</a></dt>
|
<!--#cx_Oracle.version#--><tt class="descclassname">cx_Oracle.</tt><tt class="descname">version</tt><a class="headerlink" href="#cx_Oracle.version" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>String constant stating the version of the module. Currently ‘4.4a1‘.</p>
|
<dd><p>String constant stating the version of the module. Currently ‘4.4‘.</p>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="first admonition-title">Note</p>
|
<p class="first admonition-title">Note</p>
|
||||||
<p class="last">This attribute is an extension to the DB API definition.</p>
|
<p class="last">This attribute is an extension to the DB API definition.</p>
|
||||||
@ -604,8 +604,8 @@ to the OCI function.</p>
|
|||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="id2">
|
<div class="section">
|
||||||
<span id="exceptions"></span><h2 id="id2"><span id="exceptions"></span>Exceptions<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
|
<h2 id="id2"><span id="exceptions"></span>Exceptions<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="exception">
|
<dl class="exception">
|
||||||
<dt id="cx_Oracle.Warning">
|
<dt id="cx_Oracle.Warning">
|
||||||
<!--#cx_Oracle.Warning#-->exception <tt class="descclassname">cx_Oracle.</tt><tt class="descname">Warning</tt><a class="headerlink" href="#cx_Oracle.Warning" title="Permalink to this definition">¶</a></dt>
|
<!--#cx_Oracle.Warning#-->exception <tt class="descclassname">cx_Oracle.</tt><tt class="descname">Warning</tt><a class="headerlink" href="#cx_Oracle.Warning" title="Permalink to this definition">¶</a></dt>
|
||||||
@ -678,9 +678,9 @@ supported by the database. It is a subclass of DatabaseError.</dd></dl>
|
|||||||
<div class="sidebarwrapper">
|
<div class="sidebarwrapper">
|
||||||
<h3>Table Of Contents</h3>
|
<h3>Table Of Contents</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a class="reference external" href="">Module Interface</a><ul>
|
<li><a class="reference" href="">Module Interface</a><ul>
|
||||||
<li><a class="reference external" href="#id1">Constants</a></li>
|
<li><a class="reference" href="#id1">Constants</a></li>
|
||||||
<li><a class="reference external" href="#id2">Exceptions</a></li>
|
<li><a class="reference" href="#id2">Exceptions</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -706,12 +706,12 @@ supported by the database. It is a subclass of DatabaseError.</dd></dl>
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="connection.html" title="Connection Object" accesskey="N">next</a> |</li>
|
<li class="right"><a href="connection.html" title="Connection Object" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="index.html" title="cx_Oracle" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="index.html" title="cx_Oracle" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© Copyright 2008, Anthony Tuininga.
|
© Copyright 2008, Anthony Tuininga.
|
||||||
Last updated on May 22, 2008.
|
Last updated on Jun 06, 2008.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -2,13 +2,13 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>Search — cx_Oracle v4.4a1 documentation</title>
|
<title>Search — cx_Oracle v4.4 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '4.4a1'
|
VERSION: '4.4'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<link rel="contents" title="Global table of contents" href="contents.html" />
|
<link rel="contents" title="Global table of contents" href="contents.html" />
|
||||||
<link rel="index" title="Global index" href="genindex.html" />
|
<link rel="index" title="Global index" href="genindex.html" />
|
||||||
<link rel="search" title="Search" href="" />
|
<link rel="search" title="Search" href="" />
|
||||||
<link rel="top" title="cx_Oracle v4.4a1 documentation" href="index.html" />
|
<link rel="top" title="cx_Oracle v4.4 documentation" href="index.html" />
|
||||||
<script type="text/javascript" src="_static/searchtools.js"></script>
|
<script type="text/javascript" src="_static/searchtools.js"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -27,7 +27,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
|
<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="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="document">
|
<div class="document">
|
||||||
@ -65,12 +65,12 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
|
<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="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© Copyright 2008, Anthony Tuininga.
|
© Copyright 2008, Anthony Tuininga.
|
||||||
Last updated on May 23, 2008.
|
Last updated on Jun 06, 2008.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
File diff suppressed because one or more lines are too long
@ -2,13 +2,13 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>SessionPool Object — cx_Oracle v4.4a1 documentation</title>
|
<title>SessionPool Object — cx_Oracle v4.4 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '4.4a1'
|
VERSION: '4.4'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<link rel="contents" title="Global table of contents" href="contents.html" />
|
<link rel="contents" title="Global table of contents" href="contents.html" />
|
||||||
<link rel="index" title="Global index" href="genindex.html" />
|
<link rel="index" title="Global index" href="genindex.html" />
|
||||||
<link rel="search" title="Search" href="search.html" />
|
<link rel="search" title="Search" href="search.html" />
|
||||||
<link rel="top" title="cx_Oracle v4.4a1 documentation" href="index.html" />
|
<link rel="top" title="cx_Oracle v4.4 documentation" href="index.html" />
|
||||||
<link rel="next" title="LOB Objects" href="lob.html" />
|
<link rel="next" title="LOB Objects" href="lob.html" />
|
||||||
<link rel="prev" title="Variable Objects" href="variable.html" />
|
<link rel="prev" title="Variable Objects" href="variable.html" />
|
||||||
</head>
|
</head>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="lob.html" title="LOB Objects" accesskey="N">next</a> |</li>
|
<li class="right"><a href="lob.html" title="LOB Objects" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="variable.html" title="Variable Objects" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="variable.html" title="Variable Objects" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="document">
|
<div class="document">
|
||||||
@ -38,8 +38,8 @@
|
|||||||
<div class="body">
|
<div class="body">
|
||||||
|
|
||||||
|
|
||||||
<div class="section" id="sessionpool-object">
|
<div class="section">
|
||||||
<span id="sesspool"></span><h1 id="sessionpool-object"><span id="sesspool"></span>SessionPool Object<a class="headerlink" href="#sessionpool-object" title="Permalink to this headline">¶</a></h1>
|
<h1 id="sessionpool-object"><span id="sesspool"></span>SessionPool Object<a class="headerlink" href="#sessionpool-object" title="Permalink to this headline">¶</a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="first admonition-title">Note</p>
|
<p class="first admonition-title">Note</p>
|
||||||
<p class="last">This object is an extension the DB API and is only available in Oracle 9i.</p>
|
<p class="last">This object is an extension the DB API and is only available in Oracle 9i.</p>
|
||||||
@ -48,7 +48,7 @@
|
|||||||
<dt id="SessionPool.acquire">
|
<dt id="SessionPool.acquire">
|
||||||
<!--#SessionPool.acquire#--><tt class="descclassname">SessionPool.</tt><tt class="descname">acquire</tt><big>(</big><big>)</big><a class="headerlink" href="#SessionPool.acquire" title="Permalink to this definition">¶</a></dt>
|
<!--#SessionPool.acquire#--><tt class="descclassname">SessionPool.</tt><tt class="descname">acquire</tt><big>(</big><big>)</big><a class="headerlink" href="#SessionPool.acquire" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd>Acquire a connection from the session pool and return a connection object
|
<dd>Acquire a connection from the session pool and return a connection object
|
||||||
(<a class="reference external" href="connection.html#connobj"><em>Connection Object</em></a>).</dd></dl>
|
(<a class="reference" href="connection.html#connobj"><em>Connection Object</em></a>).</dd></dl>
|
||||||
|
|
||||||
<dl class="attribute">
|
<dl class="attribute">
|
||||||
<dt id="SessionPool.busy">
|
<dt id="SessionPool.busy">
|
||||||
@ -158,12 +158,12 @@ connection to the database.</dd></dl>
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="lob.html" title="LOB Objects" accesskey="N">next</a> |</li>
|
<li class="right"><a href="lob.html" title="LOB Objects" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="variable.html" title="Variable Objects" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="variable.html" title="Variable Objects" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© Copyright 2008, Anthony Tuininga.
|
© Copyright 2008, Anthony Tuininga.
|
||||||
Last updated on May 22, 2008.
|
Last updated on Jun 06, 2008.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@ -2,13 +2,13 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>Variable Objects — cx_Oracle v4.4a1 documentation</title>
|
<title>Variable Objects — cx_Oracle v4.4 documentation</title>
|
||||||
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '4.4a1'
|
VERSION: '4.4'
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
@ -17,7 +17,7 @@
|
|||||||
<link rel="contents" title="Global table of contents" href="contents.html" />
|
<link rel="contents" title="Global table of contents" href="contents.html" />
|
||||||
<link rel="index" title="Global index" href="genindex.html" />
|
<link rel="index" title="Global index" href="genindex.html" />
|
||||||
<link rel="search" title="Search" href="search.html" />
|
<link rel="search" title="Search" href="search.html" />
|
||||||
<link rel="top" title="cx_Oracle v4.4a1 documentation" href="index.html" />
|
<link rel="top" title="cx_Oracle v4.4 documentation" href="index.html" />
|
||||||
<link rel="next" title="SessionPool Object" href="session_pool.html" />
|
<link rel="next" title="SessionPool Object" href="session_pool.html" />
|
||||||
<link rel="prev" title="Cursor Object" href="cursor.html" />
|
<link rel="prev" title="Cursor Object" href="cursor.html" />
|
||||||
</head>
|
</head>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="session_pool.html" title="SessionPool Object" accesskey="N">next</a> |</li>
|
<li class="right"><a href="session_pool.html" title="SessionPool Object" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="cursor.html" title="Cursor Object" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="cursor.html" title="Cursor Object" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="document">
|
<div class="document">
|
||||||
@ -38,8 +38,8 @@
|
|||||||
<div class="body">
|
<div class="body">
|
||||||
|
|
||||||
|
|
||||||
<div class="section" id="variable-objects">
|
<div class="section">
|
||||||
<span id="varobj"></span><h1 id="variable-objects"><span id="varobj"></span>Variable Objects<a class="headerlink" href="#variable-objects" title="Permalink to this headline">¶</a></h1>
|
<h1 id="variable-objects"><span id="varobj"></span>Variable Objects<a class="headerlink" href="#variable-objects" title="Permalink to this headline">¶</a></h1>
|
||||||
<div class="admonition note">
|
<div class="admonition note">
|
||||||
<p class="first admonition-title">Note</p>
|
<p class="first admonition-title">Note</p>
|
||||||
<p class="last">The DB API definition does not define this object.</p>
|
<p class="last">The DB API definition does not define this object.</p>
|
||||||
@ -94,12 +94,12 @@ array, or the number of scalar items that can be fetched into the variable.</dd>
|
|||||||
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
|
||||||
<li class="right"><a href="session_pool.html" title="SessionPool Object" accesskey="N">next</a> |</li>
|
<li class="right"><a href="session_pool.html" title="SessionPool Object" accesskey="N">next</a> |</li>
|
||||||
<li class="right"><a href="cursor.html" title="Cursor Object" accesskey="P">previous</a> |</li>
|
<li class="right"><a href="cursor.html" title="Cursor Object" accesskey="P">previous</a> |</li>
|
||||||
<li><a href="index.html">cx_Oracle v4.4a1 documentation</a> »</li>
|
<li><a href="index.html">cx_Oracle v4.4 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
© Copyright 2008, Anthony Tuininga.
|
© Copyright 2008, Anthony Tuininga.
|
||||||
Last updated on May 22, 2008.
|
Last updated on Jun 06, 2008.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
2
setup.py
2
setup.py
@ -30,7 +30,7 @@ except:
|
|||||||
from distutils.extension import Extension
|
from distutils.extension import Extension
|
||||||
|
|
||||||
# define build constants
|
# define build constants
|
||||||
BUILD_VERSION = "4.4a1"
|
BUILD_VERSION = "4.4"
|
||||||
|
|
||||||
# define the list of files to be included as documentation for Windows
|
# define the list of files to be included as documentation for Windows
|
||||||
dataFiles = None
|
dataFiles = None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user