Lines Matching refs:_ci
85 function _ci($a) { function in helper_plugin_strata_triples
98 return $this->_ci($a).' = '.$this->_ci($b);
373 function _ci($a) { function in strata_sql_generator
374 return $this->_triples->_ci($a);
432 $conditions[] = $this->_ci('subject').' = '.$this->_ci(':'.$id);
439 $conditions[] = $this->_ci('predicate').' = '.$this->_ci(':'.$id);
446 $conditions[] = $this->_ci('object').' = '.$this->_ci(':'.$id);
452 $conditions[] = $this->_ci('subject').' = '.$this->_ci('predicate');
457 $conditions[] = $this->_ci('subject').' = '.$this->_ci('object');
462 $conditions[] = $this->_ci('predicate').' = '.$this->_ci('object');
540 …$intersect[] = '('.$this->_ci('r1.'.$c).' = '.$this->_ci('r2.'.$c).' OR r1.'.$c.' IS NULL OR r2.'.…
611 … $filters[] = '( ' . $this->_ci($lhs) . ' '.$f['operator'].' ' . $this->_ci($rhs). ' )';
620 …$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('(\'%\' …
663 $terms[] = '('.$this->_ci('r1.'.$c).' = '.$this->_ci('r2.'.$c).')';