Method: RSQL::MySQLResults.max_rows=

Defined in:
lib/rsql/mysql_results.rb

.max_rows=(cnt) ⇒ Object

Set the maximum number of rows to process before throwing a MaxRowsException.



92
# File 'lib/rsql/mysql_results.rb', line 92

def max_rows=(cnt); @@max_rows = cnt; end