Method: RSQL::MySQLResults#affected_rows
- Defined in:
- lib/rsql/mysql_results.rb
#affected_rows ⇒ Object (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 |