Sequel::Database
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.