Method: RSQL::MySQLResults#affected_rows

Defined in:
lib/rsql/mysql_results.rb

#affected_rowsObject (readonly)

Get the number of rows that were affected by the query.



333
334
335
# File 'lib/rsql/mysql_results.rb', line 333

def affected_rows
  @affected_rows
end