diff --git a/doc/conf.py b/doc/conf.py index 546c9fe..e27981e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -40,9 +40,9 @@ copyright = '2008, Anthony Tuininga' # other places throughout the built documents. # # The short X.Y version. -version = '4.4a1' +version = '4.4' # 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 # non-false value, then it is used: diff --git a/html/_static/admin.css b/html/_static/admin.css new file mode 100644 index 0000000..a25b77f --- /dev/null +++ b/html/_static/admin.css @@ -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; +} diff --git a/html/_static/comment.png b/html/_static/comment.png new file mode 100644 index 0000000..5219131 Binary files /dev/null and b/html/_static/comment.png differ diff --git a/html/_static/hovercomment.png b/html/_static/hovercomment.png new file mode 100644 index 0000000..5f2461f Binary files /dev/null and b/html/_static/hovercomment.png differ diff --git a/html/_static/nocomment.png b/html/_static/nocomment.png new file mode 100644 index 0000000..954a245 Binary files /dev/null and b/html/_static/nocomment.png differ diff --git a/html/_static/preview.png b/html/_static/preview.png new file mode 100644 index 0000000..0c5df6e Binary files /dev/null and b/html/_static/preview.png differ diff --git a/html/_static/top.png b/html/_static/top.png new file mode 100644 index 0000000..2ee1ec3 Binary files /dev/null and b/html/_static/top.png differ diff --git a/html/connection.html b/html/connection.html index 77835bc..9035ccc 100644 --- a/html/connection.html +++ b/html/connection.html @@ -2,13 +2,13 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - Connection Object — cx_Oracle v4.4a1 documentation + Connection Object — cx_Oracle v4.4 documentation @@ -17,7 +17,7 @@ - + @@ -29,7 +29,7 @@
  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • @@ -38,8 +38,8 @@
    -
    -

    Connection Object

    +
    +

    Connection Object

    Note

    Any outstanding changes will be rolled back when the connection object @@ -101,7 +101,7 @@ for more details.

    Note that in order to make use of global (distributed) transactions, the twophase argument to the Connection constructor must be a true value. See the comments on the Connection constructor for more information -(Module Interface).

    +(Module Interface).

    Note

    This method is an extension to the DB API definition.

    @@ -141,7 +141,7 @@ applies to any cursor objects trying to use the connection.
    Connection.cursor()
    -
    Return a new Cursor object (Cursor Object) using the connection.
    +
    Return a new Cursor object (Cursor Object) using the connection.
    @@ -179,8 +179,9 @@ can use for the client character set.

    Connection.module
    -
    This write-only attribute sets the module column in the v$session table and -is only available in Oracle 10g.
    +

    This write-only attribute sets the module column in the v$session table and +is only available in Oracle 10g.

    +
    @@ -254,7 +255,7 @@ beyond the allocated size will crash cx_Oracle. Use with caution.

    Connection.shutdown([mode])

    Shutdown the database. In order to do this the connection must connected as SYSDBA or SYSOPER. First shutdown using one of the -DBSHUTDOWN constants defined in the constants (Constants) section. +DBSHUTDOWN constants defined in the constants (Constants) section. Next issue the SQL statements required to close the database (“alter database close normal”) and dismount the database (“alter database dismount”) followed by a second call to this method with the @@ -369,12 +370,12 @@ connection has been established.

  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • \ No newline at end of file diff --git a/html/cursor.html b/html/cursor.html index c68db53..17879d8 100644 --- a/html/cursor.html +++ b/html/cursor.html @@ -2,13 +2,13 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - Cursor Object — cx_Oracle v4.4a1 documentation + Cursor Object — cx_Oracle v4.4 documentation @@ -17,7 +17,7 @@ - + @@ -29,7 +29,7 @@
  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • @@ -38,17 +38,18 @@
    -
    -

    Cursor Object

    +
    +

    Cursor Object

    Cursor.arraysize
    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 -fetchmany() call. It defaults to 1 meaning to fetch a -single row at a time. Note that this attribute can drastically affect the +fetchmany() call. It defaults to 50 meaning to fetch 50 +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 -trips that need to be performed.
    +trips that need to be performed. This is the reason for setting it to 50 +instead of the 1 that the DB API recommends.
    @@ -66,7 +67,7 @@ is used when creating variables via setinputsizes() or var(). It defaults to
    Cursor.arrayvar(dataType, value[, size])

    Create an array variable associated with the cursor of the given type and -size and return a variable object (Variable Objects). The value is either an +size and return a variable object (Variable Objects). The value is either an 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 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.

    -
    +
    -Cursor.description()
    +Cursor.description

    This read-only attribute is a sequence of 7-item sequences. Each of these sequences contains information describing one result column: (name, type, 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 values that are later bound as numbers or dates will raise a TypeError exception.

    -

    If the statement is a query, a list of variable objects (Variable Objects) will +

    If the statement is a query, a list of variable objects (Variable Objects) will be returned corresponding to the list of variables into which data will be -fetched with the fetchone(), fetchmany() and -fetchall() methods; otherwise, None will be returned.

    +fetched with the fetchone(), fetchmany() and +fetchall() methods; otherwise, None will be returned.

    @@ -355,7 +356,7 @@ prepared with prepare() or executed with execute().

    Cursor.var(dataType[, size])

    Create a variable associated with the cursor of the given type and size and -return a variable object (Variable Objects). If the size is not specified and +return a variable object (Variable Objects). If the size is not specified and 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 long binary, 128KB is allocated. This method was designed for use with @@ -396,12 +397,12 @@ automatically from the Python object passed in.

  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • \ No newline at end of file diff --git a/html/date.html b/html/date.html index ad06b80..3ac56df 100644 --- a/html/date.html +++ b/html/date.html @@ -2,13 +2,13 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - Date Object — cx_Oracle v4.4a1 documentation + Date Object — cx_Oracle v4.4 documentation @@ -17,7 +17,7 @@ - + @@ -29,7 +29,7 @@
  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • @@ -38,8 +38,8 @@
    -
    -

    Date Object

    +
    +

    Date Object

    Note

    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.

  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • \ No newline at end of file diff --git a/html/genindex.html b/html/genindex.html index 8ad238c..2a8a98b 100644 --- a/html/genindex.html +++ b/html/genindex.html @@ -2,13 +2,13 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - Index — cx_Oracle v4.4a1 documentation + Index — cx_Oracle v4.4 documentation @@ -17,7 +17,7 @@ - + \ No newline at end of file diff --git a/html/index.html b/html/index.html index 3de4c67..f4ea9e3 100644 --- a/html/index.html +++ b/html/index.html @@ -2,13 +2,13 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - cx_Oracle — cx_Oracle v4.4a1 documentation + cx_Oracle — cx_Oracle v4.4 documentation @@ -17,7 +17,7 @@ - +
    @@ -34,7 +34,7 @@
    -
    +

    cx_Oracle

    @@ -42,54 +42,54 @@ - +
    Author:Anthony Tuininga
    Date:May 22, 2008
    Date:June 06, 2008
    -
    -

    Front Matter

    +
    +

    Front Matter

    Copyright © 2007-2008 Colt WorleyParsons. All rights reserved.

    Copyright © 2001-2007 Computronix. All rights reserved.

    -

    See License for complete license and permissions information.

    +

    See License for complete license and permissions information.

    Abstract

    cx_Oracle is a Python extension module that allows access to Oracle and conforms to the Python database API 2.0 specifications with a few -exceptions. See http://www.python.org/topics/database/DatabaseAPI-2.0.html +exceptions. See http://www.python.org/topics/database/DatabaseAPI-2.0.html for more information on the Python database API specification.

    Contents:

    @@ -101,8 +101,8 @@ for more information on the Python database API specification.

    Table Of Contents

    \ No newline at end of file diff --git a/html/license.html b/html/license.html index d5f5c44..b78e5d5 100644 --- a/html/license.html +++ b/html/license.html @@ -2,13 +2,13 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - License — cx_Oracle v4.4a1 documentation + License — cx_Oracle v4.4 documentation @@ -17,7 +17,7 @@ - + @@ -29,7 +29,7 @@
  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • @@ -38,8 +38,8 @@
    -
    -

    License

    +
    +

    License

    LICENSE AGREEMENT FOR CX_ORACLE

    Copyright © 2007-2008, Colt WorleyParsons, Edmonton, Alberta, Canada. All rights reserved.

    @@ -97,12 +97,12 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • \ No newline at end of file diff --git a/html/lob.html b/html/lob.html index 2a287b5..42bc358 100644 --- a/html/lob.html +++ b/html/lob.html @@ -2,13 +2,13 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - LOB Objects — cx_Oracle v4.4a1 documentation + LOB Objects — cx_Oracle v4.4 documentation @@ -17,7 +17,7 @@ - + @@ -29,7 +29,7 @@
  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • @@ -38,8 +38,8 @@
    -
    -

    LOB Objects

    +
    +

    LOB Objects

    Note

    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.

  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • \ No newline at end of file diff --git a/html/modindex.html b/html/modindex.html index 1765b1f..e805050 100644 --- a/html/modindex.html +++ b/html/modindex.html @@ -2,13 +2,13 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - Global Module Index — cx_Oracle v4.4a1 documentation + Global Module Index — cx_Oracle v4.4 documentation @@ -17,7 +17,7 @@ - + \ No newline at end of file diff --git a/html/module.html b/html/module.html index fb0b7da..c91a680 100644 --- a/html/module.html +++ b/html/module.html @@ -2,13 +2,13 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - Module Interface — cx_Oracle v4.4a1 documentation + Module Interface — cx_Oracle v4.4 documentation @@ -17,7 +17,7 @@ - + @@ -29,7 +29,7 @@
  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • @@ -38,8 +38,8 @@
    -
    -

    Module Interface

    +
    +

    Module Interface

    cx_Oracle.Binary(string)
    @@ -64,18 +64,18 @@ available in Oracle 10g Release 2 and higher.

    cx_Oracle.connect([user, password, dsn, mode, handle, pool, threaded, twophase])
    Constructor for creating a connection to the database. Return a Connection -object (Connection Object). All arguments are optional and can be specified as +object (Connection Object). All arguments are optional and can be specified as 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 returned from makedsn(). If only one parameter is passed, a connect string is assumed which is to be of the format user/password@dsn, the same format accepted by Oracle applications such as SQL*Plus. If the mode is -specified, it must be one of SYSDBA or SYSOPER which are +specified, it must be one of SYSDBA or SYSOPER which are 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 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 -and is a session pool object (SessionPool Object) which is the equivalent of +and is a session pool object (SessionPool Object) which is the equivalent of calling pool.acquire(). The threaded attribute is expected to be a boolean expression which indicates whether or not Oracle should use the mode 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.
    cx_Oracle.Cursor(connection)

    Constructor for creating a cursor. Return a new Cursor object -(Cursor Object) using the connection.

    +(Cursor Object) using the connection.

    Note

    This method is an extension to the DB API definition.

    @@ -124,7 +124,7 @@ server or defined in the tnsnames.ora file.

    cx_Oracle.SessionPool(user, password, database, min, max, increment[, connectiontype, threaded, getmode=cx_Oracle.SPOOL_ATTRVAL_NOWAIT])

    Create a session pool (see Oracle 9i documentation for more information) and -return a session pool object (SessionPool Object). This allows for very fast +return a session pool object (SessionPool Object). This allows for very fast 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, for example). If the connection type is specified, all calls to acquire() @@ -165,8 +165,8 @@ time module for details).

    (number of seconds since the epoch; see the documentation of the standard Python time module for details). -
    -

    Constants

    +
    +

    Constants

    cx_Oracle.apilevel
    @@ -254,8 +254,8 @@ may be necessary upon next startup.

    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 closed and dismounted using the appropriate SQL commands. See the method -shutdown() in the section on connections -(Connection Object).

    +shutdown() in the section on connections +(Connection Object).

    Note

    This attribute is an extension to the DB API definition.

    @@ -380,7 +380,7 @@ of the OCI.

    cx_Oracle.LOB
    -

    This type object is the Python type of BLOB and CLOB data +

    This type object is the Python type of BLOB and CLOB data that is returned from cursors.

    Note

    @@ -543,7 +543,7 @@ locking.

    Note that in order to make use of multiple threads in a program which intends to connect and disconnect in different threads, the threaded argument to the Connection constructor must be a true value. See the -comments on the Connection constructor for more information (Module Interface).

    +comments on the Connection constructor for more information (Module Interface).

    @@ -596,7 +596,7 @@ to the OCI function.

    cx_Oracle.version
    -

    String constant stating the version of the module. Currently ‘4.4a1‘.

    +

    String constant stating the version of the module. Currently ‘4.4‘.

    Note

    This attribute is an extension to the DB API definition.

    @@ -604,8 +604,8 @@ to the OCI function.

    -
    -

    Exceptions

    +
    +

    Exceptions

    exception cx_Oracle.Warning
    @@ -678,9 +678,9 @@ supported by the database. It is a subclass of DatabaseError.

    Table Of Contents

  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • \ No newline at end of file diff --git a/html/search.html b/html/search.html index fbc5699..573a4df 100644 --- a/html/search.html +++ b/html/search.html @@ -2,13 +2,13 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - Search — cx_Oracle v4.4a1 documentation + Search — cx_Oracle v4.4 documentation @@ -17,7 +17,7 @@ - + @@ -27,7 +27,7 @@
    \ No newline at end of file diff --git a/html/searchindex.json b/html/searchindex.json index 12aa0ae..844cb1d 100644 --- a/html/searchindex.json +++ b/html/searchindex.json @@ -1 +1 @@ -[["lob","index","license","session_pool","module","cursor","variable","connection","date"],["LOB Objects","cx_Oracle","License","SessionPool Object","Module Interface","Cursor Object","Variable Objects","Connection Object","Date Object"],{"all":[0,1,5,4,2],"code":[7,2],"consider":[5],"queri":[5],"global":[7],"month":[8,4],"rebind":[5],"signific":[7],"formatid":[7],"follow":[7,2],"row":[5],"dsn":[3,7,4],"typeerror":[5],"xml":[1,2],"display_s":[5],"client_info":[7],"tn":[3,7,4],"to":[0,1,2,3,4,5,7],"program":[4],"stmtcaches":[7],"under":[4],"alberta":[2],"aris":[2],"neglig":[2],"merchant":[2],"sourc":[4,2],"__exit__":[7],"string":[5,4],"fals":[7,4],"than":[5,7,4],"null_ok":[5],"veri":[4],"untouch":[5],"level":[5,4],"did":[5],"list":[5,2],"scalar":[6],"fewer":[5],"try":[7],"item":[5,6],"small":[7],"freed":[4],"round":[5],"databaseerror":[4],"impli":[2],"smaller":[0],"fncode_stmtfetch":[4],"10g":[7,4],"twophas":[7,4],"second":[8,3,7,4],"design":[5],"pass":[5,4],"further":[4],"port":[4],"compat":[5],"will":[0,3,7,5,4],"uncommit":[4],"section":[7,4],"access":[0,1,7,4],"delet":[5],"experiment":[7],"powerbuild":[4],"new":[0,5,7,4],"net":[1,2],"method":[0,5,7,8,4],"oci":[7,4],"deriv":[1,2],"internalerror":[4],"here":[4],"disclaim":[2],"met":[2],"procur":[2],"modif":[2],"diralia":[0],"modifi":[5,7],"sinc":[5,4],"valu":[0,5,7,6,4],"wait":[4],"produc":[5],"ahead":[5],"host":[4],"precis":[5],"datetim":[8,4],"amount":[0,5],"behav":[4],"permit":[2],"action":[7],"implement":[4],"notsupportederror":[4],"9i":[5,3,8,4],"semant":[5],"via":[5],"iana":[7],"appli":[7],"modul":[5,1,7,8,4],"spool_attrval_wait":[4],"api":[0,1,3,4,5,6,7,8],"marker":[4],"support":[4],"establish":[3,7],"select":[5],"highli":[7],"long_binari":[4],"from":[1,2,3,4,5,7,8],"describ":[5,4],"would":[5],"nencod":[7],"249":[5],"regist":[7,4,2],"two":[0,4],"next":[5,7,4],"few":[1],"busi":[3,2],"call":[0,5,7,8,4],"handl":[4],"paramstyl":[4],"type":[0,5,4],"until":[4],"dbshutdown":[7],"more":[5,1,7,4],"desir":[5],"numrow":[5],"relat":[4],"notic":[2],"warn":[4],"__iter__":[5],"indic":[0,3,5,4],"particular":[0,5,7,2],"known":[4],"timefromtick":[4],"hold":[4],"cach":[5,7],"must":[0,5,7,4,2],"none":[5],"retriev":[5],"thread":[4],"hour":[8,4],"alia":[0],"prepar":[5,7],"work":[7],"halt":[4],"remain":[5],"abort":[4],"returntyp":[5],"can":[0,3,4,5,7,6],"www":[1,2],"v":[7],"purpos":[2],"fetch":[0,5,8,6],"databaseapi":[1],"control":[3,4],"process":[1,4,2],"lock":[4],"integrityerror":[4],"share":[4],"fsecond":[8],"accept":[7,4],"topic":[1],"tag":[5],"caution":[7],"want":[0],"setoutputs":[5],"setfilenam":[0],"differenti":[4],"multipl":[0,4],"datefromtick":[4],"rather":[5,7,4],"tuininga":[1],"ping":[7],"1":[0,5],"varchar2":[4],"recoveri":[4],"sid":[4],"sysdba":[7,4],"instead":[5,8],"updat":[0,5,4],"binary_float":[4],"map":[5,1,2],"product":[2],"resourc":[4],"referenc":[0],"db":[0,3,4,5,6,7,8],"after":[0,3,4],"minimum":[3],"setinputs":[5],"befor":[0,5],"mai":[5,1,4,2],"drastic":[5],"transactionid":[7],"associ":[0,5],"a":[0,1,2,3,4,5,7],"memori":[5],"alloc":[0,5,7,6],"attempt":[0,5,7],"bind":[5],"correspond":[5],"element":[5,6],"issu":[5,7],"callback":[7,4],"maintain":[3],"so":[0,5,7,4],"allow":[5,1,4],"anoth":[0],"nomount":[7],"order":[3,7,4],"cx_oracl":[8,1,7,4,2],"endors":[2],"colt":[1,2],"major":[1,4],"affect":[5,4],"still":[7],"paramet":[5,7,4],"write":[0,3,7,5],"disconnect":[4],"22":[1],"fix":[4],"fetchal":[0,5],"tort":[2],"window":[7],"pend":[7],"tnsentri":[3,7],"might":[5],"alter":[7],"then":[5,4],"them":[5,4],"good":[2],"return":[0,3,4,5,6,7,8],"greater":[5],"thei":[4],"python":[5,1,7,8,4],"timestamp":[8,4],"dai":[8,4],"nation":[7],"mention":[5],"interrupt":[2],"now":[5,7],"setvalu":[6],"nor":[2],"down":[4],"name":[0,2,3,4,5,7],"drop":[3],"with":[0,1,2,3,4,5,7],"authent":[4],"getvalu":[6],"exampl":[4],"mode":[7,4],"timeout":[3],"each":[5,7],"found":[5],"unicod":[1,2],"\u00be":[1,2],"mean":[5,4],"prohibit":[4],"domain":[1,2],"replac":[5,4],"chunk":[0],"procedur":[5],"wrap":[4],"redistribut":[2],"connect":[5,1,7,4,3],"year":[8,4],"beyond":[7],"spool_attrval_forceget":[4],"event":[7,2],"special":[2],"out":[5,2],"variabl":[0,1,7,6,5],"safeti":[4],"network":[5],"space":[5],"profit":[2],"primari":[4],"content":[5,1],"suitabl":[4],"7":[5],"100x":[7],"ref":[4],"\u00bc":[1,2],"integr":[4],"shut":[4],"newsiz":[0],"branchid":[7],"manipul":[0],"given":[0,5,7,6,4],"free":[4],"standard":[8,4],"getfilenam":[0],"base":[0,4],"theori":[2],"dictionari":[5],"releas":[1,4,3],"org":[1,2],"byte":[5,7],"\u215d":[1,2],"ora":[4],"executemanyprepar":[5],"r2":[7],"\u03c9":[1,2],"success":[4],"length":[5,6,4],"place":[0,1,2],"allocelem":[6],"retain":[5,2],"assign":[3],"first":[5,7],"oper":[5,7,4],"softwar":[1,2],"singleton":[5],"directli":[5],"dbshutdown_immedi":[4],"onc":[7],"arrai":[0,5,6],"rowfactori":[5],"number":[5,3,7,6,4],"restrict":[7],"acquisit":[4],"alreadi":[5,4],"done":[5,3,4],"fast":[4],"such":[3,4,2],"open":[0,3,7],"predefin":[5],"size":[0,5,7],"differ":[5,7,4],"data":[0,1,5,4,2],"licens":[1,2],"construct":[4],"their":[5],"2":[8,1,7,4],"master":[1],"statement":[5,7],"termin":[3],"connectiontyp":[4],"\u00bd":[1,2],"final":[1],"option":[5,7,4],"that":[0,1,2,3,4,5,7,6],"__del__":[5,7],"copi":[5],"fetchmani":[5],"circumst":[4],"specifi":[5,7,4],"direct":[2],"var":[5],"part":[1,2],"pars":[5],"computronix":[1,2],"necessarili":[4],"holder":[2],"\u215c":[1,2],"10":[4],"dbshutdown_transact":[4],"15":[4],"keyword":[5,4],"whenev":[0,5,7,8],"provid":[5,7,2],"charact":[1,7,2],"matter":[1],"reus":[5],"fncode_stmtexecut":[4],"posit":[5,6],"minut":[8,4],"and":[0,1,2,3,4,5,7,8],"dbshutdown_abort":[4],"argument":[5,7,4],"raw":[4],"complet":[0,1,7,4],"have":[5,7],"tabl":[7],"need":[5,3,7],"caus":[7,2],"date":[5,1,8,4],"built":[4],"equival":[7,4],"inform":[5,1,7,4],"4000":[5],"destroi":[7],"dbshutdown_transactional_loc":[4],"note":[0,3,4,5,6,7,8],"also":[5,4],"fetchraw":[5],"without":[5,7,4,2],"take":[0],"which":[0,3,7,5,4],"singl":[5,4],"even":[4,2],"begin":[7],"distribut":[7,2],"shall":[2],"usernam":[3,7],"object":[0,1,3,4,5,6,7,8],"oracl":[0,1,3,4,5,7,8],"sessionpool":[1,4,3],"worleyparson":[1,2],"most":[5,7],"larg":[5],"phase":[5,4],"why":[4],"later":[5],"request":[5],"doe":[5,6,7,4],"determin":[5,7],"fixed_char":[4],"ordinarili":[5],"fact":[5],"session":[3,7,4],"permiss":[1,2],"progamm":[4],"ocibindbypo":[4],"penalti":[4],"current":[5,3,4],"onli":[1,3,4,5,6,7,8],"explicitli":[7],"locat":[0],"acquir":[3,4],"copyright":[1,2],"fncode_stmtprepar":[4],"transact":[7,4],"__enter__":[7],"activ":[7,4],"state":[4],"should":[5,4],"\u00b3":[1,2],"version":[7,4],"mutex":[4],"local":[7,4],"do":[0,5,7,4],"loss":[2],"unus":[5,7],"get":[5,4],"express":[4,2],"dbshutdown_fin":[7,4],"becaus":[4],"cannot":[5],"import":[0,4],"liabl":[2],"requir":[5,7,4],"\u215e":[1,2],"arrys":[5],"isopen":[0],"public":[1,2],"arrays":[5],"common":[7],"though":[4],"contain":[5],"usabl":[3],"where":[5,4],"valid":[0,4],"clientvers":[4],"set":[0,5,7,6,4],"getmod":[4],"truli":[4],"startup":[7,4],"rollback":[7],"datatyp":[5],"see":[5,1,7,4],"w3":[1,2],"result":[5],"arg":[5],"reserv":[5,1,2],"close":[0,5,7,4],"optimum":[3],"best":[5],"impos":[4],"detect":[0],"bindnam":[5],"databas":[5,1,7,4,3],"timestampfromtick":[4],"written":[2],"unusu":[4],"outstand":[7],"drawn":[5],"neither":[2],"entiti":[1,2],"attribut":[3,4,5,8,7,6],"wa":[5,3,4],"prior":[4,2],"ltd":[2],"extens":[0,1,3,4,5,7,8],"incident":[2],"come":[5],"problem":[4],"addit":[3],"c":[5],"fit":[2],"howev":[2],"against":[5],"s":[5],"instanc":[4],"context":[7],"maxlength":[6],"mani":[5],"comment":[7,4],"ucbtype_exit":[7,4],"tnsname":[4],"point":[5,7],"threadsafeti":[4],"exemplari":[2],"shutdown":[7,4],"cancel":[7],"assum":[5,4],"damag":[2],"liabil":[2],"ocistmtexecut":[4],"platform":[7],"stamp":[4],"py":[1,2],"trademark":[2],"due":[4],"been":[1,2,3,4,5,7],"\u00b9":[1,2],"ocibindbynam":[4],"po":[6],"pl":[5,4],"blob":[0,4],"anthoni":[1],"oci_thread":[4],"consequenti":[2],"ani":[5,7,4,2],"fileexist":[0],"getchunks":[0],"case":[5],"ident":[4],"these":[5,8,4],"servic":[2],"batch":[5],"cursor":[0,1,7,5,4],"defin":[5,6,7,4],"invok":[5],"executemani":[5],"abov":[2],"error":[5,7,4],"apilevel":[4],"increment":[3,4],"is":[0,1,2,3,4,5,7,8],"it":[0,5,7,8,4],"itself":[5,7,4],"contract":[2],"in":[0,1,2,3,4,5,6,7,8],"crash":[7],"if":[0,2,3,4,5,7],"standarderror":[4],"author":[1],"perform":[0,5,7,4],"fncode_definebypo":[4],"make":[0,7,4],"0":[0,1,6,4],"same":[5,7,4],"binari":[5,4,2],"epoch":[4],"html":[1],"semaphor":[4],"advis":[2],"numit":[5],"document":[5,1,7,4,2],"fetchon":[5],"higher":[5,7,4],"fncode_bindbypo":[4],"http":[1,2],"optim":[5],"upon":[4],"effect":[5,7],"rais":[0,5,7,4],"user":[3,7,4],"improv":[0],"chang":[5,7],"redefin":[5],"appropri":[4],"off":[7],"entri":[5,3,7,4],"thu":[0],"min":[3,4],"well":[3],"non":[7],"client":[7,4],"command":[7,4],"expens":[5],"thi":[0,1,2,3,4,5,6,7,8],"the":[0,1,2,3,4,5,6,7,8],"programmingerror":[4],"left":[5],"ucbtype_replac":[7,4],"clob":[0,4],"conform":[1],"edmonton":[2],"front":[1],"kill":[3],"yet":[5],"4a1":[4],"web":[4],"rapid":[4],"bfile":[0,4],"ucbtype_entri":[7,4],"keywordarg":[5],"regent":[2],"had":[5],"except":[0,1,7,5,4],"\u00b2":[1,2],"4":[8,4],"input":[5],"subsequ":[0],"applic":[4],"dataerror":[4],"around":[5],"format":[4],"read":[0,3,5,6,7,8],"dismount":[7,4],"five":[4],"keywordparamet":[5],"arrayvar":[5],"tick":[4],"insert":[5],"like":[4],"specif":[1,2],"safest":[0],"docutil":[1,2],"numbersasstr":[5],"integ":[5,4],"server":[7,4],"collect":[3],"boolean":[0,4],"necessari":[4],"either":[5],"maxbytespercharact":[7],"bindarrays":[5],"output":[5],"buildtim":[4],"encount":[4],"makedsn":[4],"right":[1,2],"some":[7],"back":[3,7,4],"intern":[0,5,4],"rowid":[4],"indirect":[2],"sourceforg":[1,2],"librari":[8,4],"autocommit":[7],"scale":[5],"for":[0,1,2,4,5,7],"interfaceerror":[4],"ocistmtprepar":[4],"preliminari":[4],"definit":[5,6,7,4],"subclass":[4],"buffer":[5],"substitut":[2],"exit":[7,4],"128kb":[5],"condit":[2],"reproduc":[2],"operationalerror":[4],"refer":[5],"be":[0,2,3,4,5,7,6],"plu":[7,4],"previou":[5],"run":[7],"word":[4],"garbag":[3],"agreement":[2],"step":[5],"mount":[7],"promot":[2],"offset":[0],"by":[0,1,2,3,4,5,7],"_":[1,2],"on":[0,1,2,4,5,7],"about":[5,4],"pep":[5],"actual":[5,4],"ocistmtfetch":[4],"column":[0,5,7,8,4],"of":[0,1,2,3,4,5,6,7,8],"materi":[2],"ocisvcctx":[4],"manag":[5,7],"rowcount":[5],"idl":[3],"internal_s":[5],"constructor":[8,7,4],"commit":[7,4],"or":[0,2,4,5,7,6],"binary_doubl":[4],"spool_attrval_nowait":[4],"effici":[5],"into":[5,6],"float":[5],"encod":[7],"bound":[5],"automat":[5,3],"unregist":[7],"warranti":[2],"empti":[5,1],"ocidefinebypo":[4],"contributor":[2],"nclob":[4],"\u00b5":[1,2],"lob":[0,1,4],"wai":[0,5,2],"area":[5],"execut":[5,7,4],"there":[0,4],"iter":[0,5],"long":[5,7,4],"class":[4],"avail":[1,2,3,4,5,7],"strict":[2],"interfac":[1,7,4],"includ":[2],"fraction":[8],"forward":[5,7],"function":[0,5,7,4],"head":[1],"properli":[7],"repeatedli":[7],"form":[2],"forc":[7],"tupl":[0,5,4],"but":[5,4,2],"ha":[1,2,3,4,5,7],"true":[7,4],"bug":[4],"callproc":[5],"notat":[5],"made":[5,4],"fncode_bindbynam":[4],"consist":[0],"possibl":[5,2],"whether":[5,7,4,2],"callfunc":[5],"maximum":[5,3,7,6],"us":[0,2,3,4,5,7],"\u215b":[1,2],"limit":[2],"minor":[1,4],"otherwis":[5,7,4,2],"embed":[4],"expect":[5,4],"trim":[0],"featur":[7],"constant":[1,7,4],"creat":[5,3,4],"up":[7],"pseudo":[4],"abstract":[1],"an":[0,3,4,5,6,7,8],"char":[4],"as":[0,2,3,4,5,7,8],"ar":[0,2,4,5,7,8],"exist":[0],"at":[0,5,6,4],"file":[0,1,4,2],"trip":[5],"again":[5,7],"password":[3,7,4],"clientinfo":[7],"unicode2rstsub":[1,2],"no":[0,3,5,4,2],"not":[0,2,4,5,7,6],"index":[0,1,5],"\u00aa":[1,2],"when":[0,3,7,5,4],"detail":[7,4],"sysop":[7,4],"default":[5,4],"other":[4,2],"5":[7,4],"normal":[5,7,4],"test":[7],"you":[0,7],"\u00ba":[1,2],"roll":[7,4],"canada":[2],"intend":[4],"long_str":[4],"sequenc":[5],"prelim_auth":[7,4],"native_float":[4],"sql":[5,7,4],"previous":[5],"patch":[4],"pool":[3,4],"max":[3,4],"longer":[0,3],"algorithm":[5],"directori":[0],"descript":[5],"2003":[1,2],"portion":[0],"2001":[1,2],"2007":[1,2],"time":[5,3,8,4],"2008":[1,2]}] \ No newline at end of file +[["lob","index","license","session_pool","module","cursor","variable","connection","date"],["LOB Objects","cx_Oracle","License","SessionPool Object","Module Interface","Cursor Object","Variable Objects","Connection Object","Date Object"],{"all":[0,1,5,4,2],"code":[7,2],"consider":[5],"queri":[5],"global":[7],"month":[8,4],"rebind":[5],"signific":[7],"formatid":[7],"follow":[7,2],"row":[5],"dsn":[3,7,4],"typeerror":[5],"display_s":[5],"client_info":[7],"tn":[3,7,4],"to":[0,1,2,3,4,5,7],"program":[4],"stmtcaches":[7],"under":[4],"alberta":[2],"aris":[2],"neglig":[2],"merchant":[2],"sourc":[4,2],"__exit__":[7],"string":[5,4],"fals":[7,4],"null_ok":[5],"veri":[4],"untouch":[5],"level":[5,4],"did":[5],"list":[5,2],"scalar":[6],"fewer":[5],"try":[7],"item":[5,6],"small":[7],"freed":[4],"round":[5],"databaseerror":[4],"impli":[2],"smaller":[0],"fncode_stmtfetch":[4],"10g":[7,4],"clob":[0,4],"twophas":[7,4],"second":[8,3,7,4],"design":[5],"pass":[5,4],"further":[4],"port":[4],"compat":[5],"will":[0,3,7,5,4],"uncommit":[4],"section":[7,4],"access":[0,1,7,4],"delet":[5],"version":[7,4],"powerbuild":[4],"new":[0,5,7,4],"net":[1,2],"method":[0,5,7,8,4],"xml":[1,2],"deriv":[1,2],"internalerror":[4],"here":[4],"disclaim":[2],"met":[2],"procur":[2],"modif":[2],"diralia":[0],"modifi":[5,7],"sinc":[5,4],"valu":[0,5,7,6,4],"wait":[4],"produc":[5],"ahead":[5],"host":[4],"precis":[5],"datetim":[8,4],"amount":[0,5],"behav":[4],"permit":[2],"action":[7],"implement":[4],"notsupportederror":[4],"9i":[5,3,8,4],"semant":[5],"via":[5],"iana":[7],"appli":[7],"modul":[5,1,7,8,4],"spool_attrval_wait":[4],"api":[0,1,3,4,5,6,7,8],"marker":[4],"establish":[3,7],"select":[5],"highli":[7],"long_binari":[4],"from":[1,2,3,4,5,7,8],"describ":[5,4],"would":[5],"nencod":[7],"249":[5],"regist":[7,4,2],"two":[0,4],"next":[5,7,4],"few":[1],"busi":[3,2],"call":[0,5,7,8,4],"recommend":[5],"paramstyl":[4],"type":[0,5,4],"until":[4],"dbshutdown":[7],"more":[5,1,7,4],"desir":[5],"numrow":[5],"relat":[4],"notic":[2],"warn":[4],"__iter__":[5],"indic":[0,3,5,4],"particular":[0,5,7,2],"known":[4],"timefromtick":[4],"hold":[4],"cach":[5,7],"must":[0,5,7,4,2],"none":[5],"retriev":[5],"thread":[4],"hour":[8,4],"alia":[0],"prepar":[5,7],"work":[7],"halt":[4],"remain":[5],"abort":[4],"returntyp":[5],"can":[0,3,4,5,7,6],"v":[7],"purpos":[2],"fetch":[0,5,8,6],"databaseapi":[1],"control":[3,4],"process":[1,4,2],"lock":[4],"integrityerror":[4],"share":[4],"fsecond":[8],"accept":[7,4],"topic":[1],"tag":[5],"caution":[7],"want":[0],"setoutputs":[5],"setfilenam":[0],"differenti":[4],"multipl":[0,4],"datefromtick":[4],"rather":[5,7,4],"tuininga":[1],"ping":[7],"1":[0,5],"varchar2":[4],"recoveri":[4],"sid":[4],"sysdba":[7,4],"instead":[5,8],"updat":[0,5,4],"binary_float":[4],"map":[5,1,2],"product":[2],"resourc":[4],"referenc":[0],"\u215c":[1,2],"after":[0,3,4],"minimum":[3],"setinputs":[5],"befor":[0,5],"mai":[5,4,2],"drastic":[5],"transactionid":[7],"associ":[0,5],"a":[0,1,2,3,4,5,7],"alloc":[0,5,7,6],"attempt":[0,5,7],"bind":[5],"correspond":[5],"element":[5,6],"issu":[5,7],"callback":[7,4],"maintain":[3],"so":[0,5,7,4],"allow":[5,1,4],"anoth":[0],"nomount":[7],"order":[3,7,4],"cx_oracl":[8,1,7,4,2],"endors":[2],"colt":[1,2],"major":[1,4],"affect":[5,4],"still":[7],"paramet":[5,7,4],"write":[0,3,7,5],"disconnect":[4],"22":[],"binari":[5,4,2],"fix":[4],"fetchal":[0,5],"tort":[2],"window":[7],"pend":[7],"tnsentri":[3,7],"might":[5],"alter":[7],"then":[5,4],"them":[5,4],"good":[2],"return":[0,3,4,5,6,7,8],"greater":[5],"thei":[4],"python":[5,1,7,8,4],"timestamp":[8,4],"dai":[8,4],"nation":[7],"mention":[5],"interrupt":[2],"now":[5,7],"setvalu":[6],"nor":[2],"down":[4],"name":[0,2,3,4,5,7],"drop":[3],"with":[0,1,2,3,4,5,7],"authent":[4],"getvalu":[6],"exampl":[4],"mode":[7,4],"timeout":[3],"each":[5,7],"found":[5],"unicod":[1,2],"\u00be":[1,2],"mean":[5,4],"prohibit":[4],"domain":[1,2],"replac":[5,4],"chunk":[0],"procedur":[5],"wrap":[4],"redistribut":[2],"connect":[5,1,7,4,3],"year":[8,4],"beyond":[7],"spool_attrval_forceget":[4],"event":[7,2],"special":[2],"out":[5,2],"variabl":[0,1,7,6,5],"safeti":[4],"network":[5],"space":[5],"profit":[2],"primari":[4],"content":[5,1],"suitabl":[4],"7":[5],"100x":[7],"ref":[4],"\u00bc":[1,2],"integr":[4],"ocisvcctx":[4],"shut":[4],"newsiz":[0],"branchid":[7],"manipul":[0],"given":[0,5,7,6,4],"free":[4],"standard":[8,4],"getfilenam":[0],"reason":[5],"base":[0,4],"theori":[2],"dictionari":[5],"releas":[1,4,3],"org":[1,2],"byte":[5,7],"\u215d":[1,2],"ora":[4],"executemanyprepar":[5],"r2":[7],"\u03c9":[1,2],"success":[4],"length":[5,6,4],"place":[0,1,2],"allocelem":[6],"retain":[5,2],"assign":[3],"first":[5,7],"oper":[5,7,4],"softwar":[1,2],"singleton":[5],"directli":[5],"dbshutdown_immedi":[4],"onc":[7],"arrai":[0,5,6],"rowfactori":[5],"number":[5,3,7,6,4],"restrict":[7],"acquisit":[4],"alreadi":[5,4],"done":[5,3,4],"fast":[4],"such":[3,4,2],"open":[0,3,7],"predefin":[5],"size":[0,5,7],"differ":[5,7,4],"data":[0,1,5,4,2],"licens":[1,2],"construct":[4],"their":[5],"2":[8,1,7,4],"master":[1],"statement":[5,7],"termin":[3],"connectiontyp":[4],"\u00bd":[1,2],"final":[1],"option":[5,7,4],"that":[0,1,2,3,4,5,7,6],"__del__":[5,7],"copi":[5],"fetchmani":[5],"circumst":[4],"specifi":[5,7,4],"direct":[2],"var":[5],"part":[1,2],"pars":[5],"computronix":[1,2],"necessarili":[4],"holder":[2],"than":[5,7,4],"10":[4],"dbshutdown_transact":[4],"15":[4],"keyword":[5,4],"whenev":[0,5,7,8],"provid":[5,7,2],"charact":[1,7,2],"matter":[1],"reus":[5],"fncode_stmtexecut":[4],"posit":[5,6],"minut":[8,4],"and":[0,1,2,3,4,5,7,8],"dbshutdown_abort":[4],"argument":[5,7,4],"raw":[4],"complet":[0,1,7,4],"have":[5,7],"tabl":[7],"need":[5,3,7],"caus":[7,2],"date":[5,1,8,4],"built":[4],"equival":[7,4],"inform":[5,1,7,4],"4000":[5],"destroi":[7],"dbshutdown_transactional_loc":[4],"penalti":[4],"note":[0,3,4,5,6,7,8],"also":[5,4],"fetchraw":[5],"without":[5,7,4,2],"take":[0],"which":[0,3,7,5,4],"singl":[5,4],"even":[4,2],"begin":[7],"distribut":[7,2],"preliminari":[4],"usernam":[3,7],"object":[0,1,3,4,5,6,7,8],"oracl":[0,1,3,4,5,7,8],"sessionpool":[1,4,3],"worleyparson":[1,2],"most":[5,7],"larg":[5],"phase":[5,4],"06":[1],"why":[4],"later":[5],"request":[5],"doe":[5,6,7,4],"determin":[5,7],"fixed_char":[4],"ordinarili":[5],"fact":[5],"session":[3,7,4],"permiss":[1,2],"progamm":[4],"ocibindbypo":[4],"oci":[7,4],"current":[5,3,4],"onli":[1,3,4,5,6,7,8],"explicitli":[7],"locat":[0],"acquir":[3,4],"copyright":[1,2],"fncode_stmtprepar":[4],"transact":[7,4],"__enter__":[7],"activ":[7,4],"state":[4],"should":[5,4],"\u00b3":[1,2],"experiment":[7],"mutex":[4],"local":[7,4],"do":[0,5,7,4],"loss":[2],"unus":[5,7],"get":[5,4],"express":[4,2],"db":[0,3,4,5,6,7,8],"becaus":[4],"cannot":[5],"import":[0,4],"liabl":[2],"requir":[5,7,4],"\u215e":[1,2],"arrys":[5],"isopen":[0],"public":[1,2],"arrays":[5],"common":[7],"though":[4],"contain":[5],"usabl":[3],"where":[5,4],"valid":[0,4],"clientvers":[4],"set":[0,5,7,6,4],"getmod":[4],"truli":[4],"startup":[7,4],"rollback":[7],"datatyp":[5],"see":[5,1,7,4],"w3":[1,2],"result":[5],"arg":[5],"reserv":[5,1,2],"close":[0,5,7,4],"optimum":[3],"best":[5],"impos":[4],"detect":[0],"bindnam":[5],"databas":[5,1,7,4,3],"timestampfromtick":[4],"written":[2],"unusu":[4],"outstand":[7],"drawn":[5],"neither":[2],"entiti":[1,2],"attribut":[3,4,5,8,7,6],"wa":[5,3,4],"makedsn":[4],"prior":[4,2],"ltd":[2],"extens":[0,1,3,4,5,7,8],"incident":[2],"come":[5],"problem":[4],"addit":[3],"c":[5],"fit":[2],"howev":[2],"against":[5],"s":[5],"instanc":[4],"context":[7],"maxlength":[6],"mani":[5],"comment":[7,4],"ucbtype_exit":[7,4],"tnsname":[4],"point":[5,7],"threadsafeti":[4],"exemplari":[2],"shutdown":[7,4],"cancel":[7],"assum":[5,4],"damag":[2],"liabil":[2],"ocistmtexecut":[4],"platform":[7],"stamp":[4],"py":[1,2],"trademark":[2],"due":[4],"been":[1,2,3,4,5,7],"\u00b9":[1,2],"ocibindbynam":[4],"po":[6],"pl":[5,4],"blob":[0,4],"anthoni":[1],"oci_thread":[4],"consequenti":[2],"ani":[5,7,4,2],"fileexist":[0],"getchunks":[0],"case":[5],"ident":[4],"these":[5,8,4],"servic":[2],"batch":[5],"cursor":[0,1,7,5,4],"defin":[5,6,7,4],"invok":[5],"executemani":[5],"abov":[2],"error":[5,7,4],"apilevel":[4],"increment":[3,4],"is":[0,1,2,3,4,5,7,8],"it":[0,5,7,8,4],"itself":[5,7,4],"contract":[2],"in":[0,1,2,3,4,5,6,7,8],"crash":[7],"if":[0,2,3,4,5,7],"standarderror":[4],"author":[1],"perform":[0,5,7,4],"fncode_definebypo":[4],"make":[0,7,4],"0":[0,1,6,4],"same":[5,7,4],"handl":[4],"epoch":[4],"html":[1],"semaphor":[4],"advis":[2],"numit":[5],"document":[5,1,7,4,2],"fetchon":[5],"higher":[5,7,4],"fncode_bindbypo":[4],"http":[1,2],"optim":[5],"upon":[4],"effect":[5,7],"rais":[0,5,7,4],"user":[3,7,4],"improv":[0],"chang":[5,7],"redefin":[5],"appropri":[4],"off":[7],"entri":[5,3,7,4],"thu":[0],"min":[3,4],"well":[3],"non":[7],"client":[7,4],"command":[7,4],"expens":[5],"thi":[0,1,2,3,4,5,6,7,8],"the":[0,1,2,3,4,5,6,7,8],"programmingerror":[4],"left":[5],"ucbtype_replac":[7,4],"execut":[5,7,4],"conform":[1],"edmonton":[2],"front":[1],"kill":[3],"yet":[5],"4a1":[],"web":[4],"rapid":[4],"bfile":[0,4],"ucbtype_entri":[7,4],"keywordarg":[5],"regent":[2],"had":[5],"except":[0,1,7,5,4],"\u00b2":[1,2],"4":[8,4],"input":[5],"subsequ":[0],"applic":[4],"dataerror":[4],"around":[5],"format":[4],"read":[0,3,5,6,7,8],"dismount":[7,4],"five":[4],"keywordparamet":[5],"arrayvar":[5],"tick":[4],"insert":[5],"like":[4],"specif":[1,2],"safest":[0],"docutil":[1,2],"numbersasstr":[5],"50":[5],"integ":[5,4],"server":[7,4],"collect":[3],"boolean":[0,4],"necessari":[4],"either":[5],"maxbytespercharact":[7],"bindarrays":[5],"output":[5],"buildtim":[4],"encount":[4],"www":[1,2],"right":[1,2],"some":[7],"back":[3,7,4],"dbshutdown_fin":[7,4],"intern":[0,5,4],"rowid":[4],"indirect":[2],"sourceforg":[1,2],"librari":[8,4],"autocommit":[7],"scale":[5],"for":[0,1,2,4,5,7],"interfaceerror":[4],"ocistmtprepar":[4],"shall":[2],"definit":[5,6,7,4],"subclass":[4],"buffer":[5],"substitut":[2],"exit":[7,4],"128kb":[5],"condit":[2],"reproduc":[2],"operationalerror":[4],"refer":[5],"be":[0,2,3,4,5,7,6],"plu":[7,4],"previou":[5],"run":[7],"word":[4],"garbag":[3],"agreement":[2],"step":[5],"mount":[7],"promot":[2],"offset":[0],"by":[0,1,2,3,4,5,7],"_":[1,2],"on":[0,1,2,4,5,7],"about":[5,4],"pep":[5],"actual":[5,4],"ocistmtfetch":[4],"column":[0,5,7,8,4],"of":[0,1,2,3,4,5,6,7,8],"materi":[2],"memori":[5],"manag":[5,7],"rowcount":[5],"idl":[3],"internal_s":[5],"constructor":[8,7,4],"commit":[7,4],"or":[0,2,4,5,7,6],"binary_doubl":[4],"spool_attrval_nowait":[4],"effici":[5],"into":[5,6],"float":[5],"encod":[7],"bound":[5],"automat":[5,3],"unregist":[7],"warranti":[2],"empti":[5,1],"ocidefinebypo":[4],"contributor":[2],"nclob":[4],"\u00b5":[1,2],"lob":[0,1,4],"wai":[0,5,2],"area":[5],"support":[4],"there":[0,4],"iter":[0,5],"long":[5,7,4],"class":[4],"avail":[1,2,3,4,5,7],"strict":[2],"interfac":[1,7,4],"includ":[2],"fraction":[8],"forward":[5,7],"function":[0,5,7,4],"head":[1],"properli":[7],"repeatedli":[7],"form":[2],"forc":[7],"tupl":[0,5,4],"but":[5,4,2],"ha":[1,2,3,4,5,7],"true":[7,4],"bug":[4],"callproc":[5],"notat":[5],"made":[5,4],"fncode_bindbynam":[4],"consist":[0],"possibl":[5,2],"whether":[5,7,4,2],"callfunc":[5],"maximum":[5,3,7,6],"us":[0,2,3,4,5,7],"\u215b":[1,2],"limit":[2],"minor":[1,4],"otherwis":[5,7,4,2],"embed":[4],"expect":[5,4],"trim":[0],"featur":[7],"constant":[1,7,4],"creat":[5,3,4],"up":[7],"pseudo":[4],"abstract":[1],"an":[0,3,4,5,6,7,8],"char":[4],"as":[0,2,3,4,5,7,8],"ar":[0,2,4,5,7,8],"exist":[0],"at":[0,5,6,4],"file":[0,1,4,2],"trip":[5],"again":[5,7],"password":[3,7,4],"clientinfo":[7],"unicode2rstsub":[1,2],"no":[0,3,5,4,2],"not":[0,2,4,5,7,6],"index":[0,1,5],"\u00aa":[1,2],"when":[0,3,7,5,4],"detail":[7,4],"sysop":[7,4],"default":[5,4],"other":[4,2],"5":[7,4],"normal":[5,7,4],"test":[7],"you":[0,7],"\u00ba":[1,2],"roll":[7,4],"canada":[2],"intend":[4],"long_str":[4],"sequenc":[5],"june":[1],"prelim_auth":[7,4],"native_float":[4],"sql":[5,7,4],"previous":[5],"patch":[4],"pool":[3,4],"max":[3,4],"longer":[0,3],"algorithm":[5],"directori":[0],"descript":[5],"2003":[1,2],"portion":[0],"2001":[1,2],"2007":[1,2],"time":[5,3,8,4],"2008":[1,2]}] \ No newline at end of file diff --git a/html/session_pool.html b/html/session_pool.html index b15e772..fe4ebee 100644 --- a/html/session_pool.html +++ b/html/session_pool.html @@ -2,13 +2,13 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - SessionPool Object — cx_Oracle v4.4a1 documentation + SessionPool Object — cx_Oracle v4.4 documentation @@ -17,7 +17,7 @@ - + @@ -29,7 +29,7 @@
  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • @@ -38,8 +38,8 @@
    -
    -

    SessionPool Object

    +
    +

    SessionPool Object

    Note

    This object is an extension the DB API and is only available in Oracle 9i.

    @@ -48,7 +48,7 @@
    SessionPool.acquire()
    Acquire a connection from the session pool and return a connection object -(Connection Object).
    +(Connection Object).
    @@ -158,12 +158,12 @@ connection to the database.
  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • \ No newline at end of file diff --git a/html/variable.html b/html/variable.html index c13bdec..fd8cce7 100644 --- a/html/variable.html +++ b/html/variable.html @@ -2,13 +2,13 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - Variable Objects — cx_Oracle v4.4a1 documentation + Variable Objects — cx_Oracle v4.4 documentation @@ -17,7 +17,7 @@ - + @@ -29,7 +29,7 @@
  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • @@ -38,8 +38,8 @@
    -
    -

    Variable Objects

    +
    +

    Variable Objects

    Note

    The DB API definition does not define this object.

    @@ -94,12 +94,12 @@ array, or the number of scalar items that can be fetched into the variable.
  • modules |
  • next |
  • previous |
  • -
  • cx_Oracle v4.4a1 documentation »
  • +
  • cx_Oracle v4.4 documentation »
  • \ No newline at end of file diff --git a/setup.py b/setup.py index b7cb253..e27c62a 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ except: from distutils.extension import Extension # define build constants -BUILD_VERSION = "4.4a1" +BUILD_VERSION = "4.4" # define the list of files to be included as documentation for Windows dataFiles = None