Libraries
»
lhm
(1.3.0)
»
Index
»
Lhm
»
Connection
»
DataMapperConnection
»
#execute
Method: Lhm::Connection::DataMapperConnection#execute
Defined in:
lib/lhm/connection.rb
#
execute
(sql) ⇒
Object
68 69 70
# File 'lib/lhm/connection.rb', line 68
def
execute
(
sql
)
@adapter
.
execute
(
sql
)
end