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:
parent
cf1265cb2d
commit
510ab50ba7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user