method
select_rows
Ruby on Rails latest stable (v3.2.13)
-
0 notes -
Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
select_rows(sql, name = nil)
public
Executes a SELECT query and returns an array of rows. Each row is an array of field values.


