Home
last modified time | relevance | path

Searched refs:sql_case (Results 1 – 6 of 6) sorted by relevance

/dports/www/phpbb3/phpBB3/phpbb/tree/
H A Dnestedset.php444 …' . $this->column_parent_id . ' = ' . $this->db->sql_case($this->column_parent_id . ' = ' . $curre…
542 …' . $this->column_parent_id . ' = ' . $this->db->sql_case($this->column_item_id . ' = ' . $item_id…
718 …$set_left_id = $this->db->sql_case($sql_is_right, $this->column_left_id . ' - ' . $diff, $this->co…
719 …$set_right_id = $this->db->sql_case($sql_is_parent . ' OR ' . $sql_is_right, $this->column_right_i…
723 $set_left_id = $this->db->sql_case($sql_subset_items, 0, $set_left_id);
724 $set_right_id = $this->db->sql_case($sql_subset_items, 0, $set_right_id);
728 …SET ' . (($set_subset_zero) ? $this->column_parent_id . ' = ' . $this->db->sql_case($sql_subset_it…
752 …$set_left_id = $this->db->sql_case($this->column_left_id . ' > ' . (int) $new_parent[$this->column…
753 …$set_right_id = $this->db->sql_case($this->column_right_id . ' >= ' . (int) $new_parent[$this->col…
/dports/www/phpbb3/phpBB3/phpbb/db/migration/data/v310/
H A Dsoftdelete_p1.php139 …topic_posts_unapproved = ' . $this->db->sql_case('topic_replies_real > topic_replies', 'topic_repl…
145 …topic_posts_unapproved = (' . $this->db->sql_case('topic_replies_real > topic_replies', 'topic_rep…
/dports/www/phpbb3/phpBB3/phpbb/db/driver/
H A Ddriver.php421 public function sql_case($condition, $action_true, $action_false = false) function in phpbb\\db\\driver\\driver
423 $sql_case = 'CASE WHEN ' . $condition;
424 $sql_case .= ' THEN ' . $action_true;
425 $sql_case .= ($action_false !== false) ? ' ELSE ' . $action_false : '';
426 $sql_case .= ' END';
427 return $sql_case;
H A Dfactory.php279 public function sql_case($condition, $action_true, $action_false = false) function in phpbb\\db\\driver\\factory
281 return $this->get_driver()->sql_case($condition, $action_true, $action_false);
H A Ddriver_interface.php236 public function sql_case($condition, $action_true, $action_false = false); function
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold81435 "sql_case": -6.526495,