Lines Matching refs:_db
51 var $_db = null; variable in pfcContainer_Oracle
141 if (!$this->_db)
152 $this->_db = DB::connect($dsn);
153 if (DB::isError($this->_db))
155 echo 'Cannot connect to database: ' . $this->_db->getMessage();
164 return $this->_db;
187 $res = $this->_db->query($sql_count);
203 $res=$this->_db->query($sql_insert);
212 $res=$this->_db->query($sql_update);
263 $thisresult = $this->_db->query($sql_select);
269 $this->_db->setOption('portability', DB_PORTABILITY_NUMROWS);
309 $res = $this->_db->query($sql_count);
323 $res=$this->_db->query($sql_insert);
335 $res=$this->_db->query($sql_update);
342 $res = $this->_db->query($sql_last);
376 $res=$this->_db->query($sql_delete);