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