Methods

Class Index [+]

Quicksearch

Sequel::Swift::Dataset

Constants

DatasetClass

Public Instance Methods

fetch_rows(sql) click to toggle source

Set the columns and yield the hashes to the block.

     # File lib/sequel/adapters/swift.rb, line 139
139:       def fetch_rows(sql)
140:         execute(sql) do |res|
141:           @columns = res.fields
142:           res.each{|h| yield h}
143:         end
144:         self
145:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.