In Files

Parent

Methods

PG::Result

Public Instance Methods

values() click to toggle source

Returns all tuples as an array of arrays

# File lib/pg/result.rb, line 9
def values
        return enum_for(:each_row).to_a
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.