This class encapsulates a Result returned from calling exec_query on any database connection adapter. For example:
x = ActiveRecord::Base.connection.exec_query('SELECT * FROM foo') x # => #<ActiveRecord::Result:0xdeadbeef>
Generated with the Darkfish Rdoc Generator 2.