= private = protected
execute(sql, name = nil)
Executes the SQL statement in the context of this connection.
# File activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb, line 62 def execute(sql, name = nil) end