Libraries
»
lhm
(1.3.0)
»
Index
»
Lhm
»
Connection
»
DataMapperConnection
»
#select_all
Method: Lhm::Connection::DataMapperConnection#select_all
Defined in:
lib/lhm/connection.rb
#
select_all
(sql) ⇒
Object
45 46 47
# File 'lib/lhm/connection.rb', line 45
def
select_all
(
sql
)
@adapter
.
select
(
sql
)
.
to_a
end