The Result class is returned from Connection#execute_non_query.
Create a new Result. Used internally in the adapters.
# File lib/data_objects/result.rb, line 10 def initialize(command, affected_rows, insert_id = nil) @command, @affected_rows, @insert_id = command, affected_rows, insert_id end
Generated with the Darkfish Rdoc Generator 2.