• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/db/commonhelper.php
  • Класс: BitrixSaleLocationDBis
  • Вызов: is::checkTableExists
static function checkTableExists($tableName)
{
	return MainHttpApplication::getConnection()->isTableExists($tableName);
}