# File lib/ajaxim_drupaldb.rb, line 17 def lock_table(table) query("LOCK TABLES #{escape_string(table)} WRITE") end