getUpdatedRows abstract method
The amount of rows affected by the last INSERT
, UPDATE
or DELETE
statement.
Implementation
@Deprecated('Use updatedRows instead')
int getUpdatedRows();
The amount of rows affected by the last INSERT
, UPDATE
or DELETE
statement.
@Deprecated('Use updatedRows instead')
int getUpdatedRows();