Home
last modified time | relevance | path

Searched refs:stringCompare (Results 1 – 3 of 3) sorted by relevance

/plugin/strata/driver/
Dpgsql.php16 public function stringCompare() { function in plugin_strata_driver_pgsql
Ddriver.php66 public function stringCompare() { function in plugin_strata_driver
/plugin/strata/helper/
Dtriples.php620 …$filters[] = '( ' . $this->_ci($lhs) . ' '.$this->_db->stringCompare().' '. $this->_ci('(\'%\' || …
623 …$filters[] = '( ' . $this->_ci($lhs) . ' NOT '.$this->_db->stringCompare().' '. $this->_ci('(\'%\'…
626 …$filters[] = '( ' . $this->_ci($lhs) . ' '.$this->_db->stringCompare().' ' .$this->_ci('('. $eh.$r…
629 …$filters[] = '( ' . $this->_ci($lhs) . ' NOT '.$this->_db->stringCompare().' ' .$this->_ci('('. $e…
632 …$filters[] = '( ' . $this->_ci($lhs) . ' '.$this->_db->stringCompare().' '.$this->_ci('(\'%\' || '…
635 …$filters[] = '( ' . $this->_ci($lhs) . ' NOT '.$this->_db->stringCompare().' '.$this->_ci('(\'%\' …