Home
last modified time | relevance | path

Searched refs:_sql_bit_or (Results 1 – 5 of 5) sorted by relevance

/dports/chinese/phpbb3-tw/phpBB3/includes/db/
H A Dfirebird.php447 function _sql_bit_or($column_name, $bit, $compare = '') function in dbal_firebird
H A Doracle.php666 function _sql_bit_or($column_name, $bit, $compare = '') function in dbal_oracle
H A Ddbal.php497 return $this->_sql_bit_or($column_name, $bit, $compare);
/dports/www/phpbb3/phpBB3/phpbb/db/driver/
H A Doracle.php672 function _sql_bit_or($column_name, $bit, $compare = '') function in phpbb\\db\\driver\\oracle
H A Ddriver.php623 return $this->_sql_bit_or($column_name, $bit, $compare);