# File lib/sqlite3/resultset.rb, line 41 def reset( *bind_params ) @stmt.reset! @stmt.bind_params( *bind_params ) @eof = false end