The number of rows that were modified or deleted by this query.
For instance, if you had {@code UPDATE my_table SET name='Robert'}, this would be the total number of rows in {@code my_table} which did not originally have {@code name='Robert'} (and which therefore had tobe updated).
@return the number of rows touched by the query, including for read-only scanning
|
|
|
|
|
|
|
|
|
|
|
|
|
|