Remove mention of the next() method which is only there in Python 2.x if the

cursor is being used as an iterator and is not actually part of cx_Oracle's
code.
This commit is contained in:
Anthony Tuininga 2018-06-19 11:08:04 -06:00
parent cf1265cb2d
commit 510ab50ba7

View File

@ -360,17 +360,6 @@ Cursor Object
mentioned in PEP 249 as an optional extension.
.. method:: Cursor.next()
Fetch the next row of a query result set, using the same semantics as the
method fetchone().
.. note::
This method is an extension to the DB API definition but it is
mentioned in PEP 249 as an optional extension.
.. attribute:: Cursor.outputtypehandler
This read-write attribute specifies a method called for each column that is