• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/classes/mysql/database.php
  • Класс: CDatabaseMysql
  • Вызов: CDatabaseMysql::LockTables
public function LockTables($str)
{
	register_shutdown_function([&$this, "UnLockTables"]);
	$this->Query("LOCK TABLE " . $str, false, '', ["fixed_connection" => true]);
}