File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -464,10 +464,10 @@ AsyncCursor Attributes
464464.. attribute :: AsyncCursor.rowcount
465465
466466 This read-only attribute specifies the number of rows that have currently
467- been fetched from the cursor (for select statements), that have been
467+ been fetched from the cursor (for select statements) or that have been
468468 affected by the operation (for insert, update, delete and merge
469- statements), or the number of successful executions of the statement
470- (for PL/SQL statements) .
469+ statements). For all other statements the value is always zero. If the
470+ cursor or connection is closed, the value returned is -1 .
471471
472472.. attribute :: AsyncCursor.rowfactory
473473
Original file line number Diff line number Diff line change @@ -578,10 +578,10 @@ Cursor Attributes
578578.. attribute :: Cursor.rowcount
579579
580580 This read-only attribute specifies the number of rows that have currently
581- been fetched from the cursor (for select statements), that have been
581+ been fetched from the cursor (for select statements) or that have been
582582 affected by the operation (for insert, update, delete and merge
583- statements), or the number of successful executions of the statement
584- (for PL/SQL statements) .
583+ statements). For all other statements the value is always zero. If the
584+ cursor or connection is closed, the value returned is -1 .
585585
586586.. attribute :: Cursor.rowfactory
587587
You can’t perform that action at this time.
0 commit comments