Method: Sequel::Mock::Database#execute_dui
- Defined in:
- lib/sequel/adapters/mock.rb
#execute_dui(sql, opts = OPTS) ⇒ Object
Store the sql used, and return the value of the #numrows method.
117 118 119 |
# File 'lib/sequel/adapters/mock.rb', line 117 def execute_dui(sql, opts=OPTS) execute(sql, opts.merge(:meth=>:numrows)) end |