• Модуль: perfmon
  • Путь к файлу: ~/bitrix/modules/perfmon/classes/general/query.php
  • Класс: CPerfQuery
  • Вызов: CPerfQuery::parse_right
function parse_right($sql)
{
	$this->_parse($sql, $this->right_table, $this->right_column, $this->right_const);
}