lastModifiedRows method
Returns the amount of rows affected by the most recent INSERT, UPDATE or DELETE statement.
Implementation
int lastModifiedRows() => _obj.getRowsModified();
Returns the amount of rows affected by the most recent INSERT, UPDATE or DELETE statement.
int lastModifiedRows() => _obj.getRowsModified();