We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763cfea commit bc67a3fCopy full SHA for bc67a3f
doc/src/cursor.rst
@@ -424,8 +424,10 @@ Cursor Object
424
.. attribute:: Cursor.rowcount
425
426
This read-only attribute specifies the number of rows that have currently
427
- been fetched from the cursor (for select statements) or that have been
428
- affected by the operation (for insert, update and delete statements).
+ been fetched from the cursor (for select statements), that have been
+ affected by the operation (for insert, update, delete and merge
429
+ statements), or the number of successful executions of the statement
430
+ (for PL/SQL statements).
431
432
433
.. attribute:: Cursor.rowfactory
0 commit comments