Lines Matching refs:db
21 protected SQLiteDB $db; variable in dokuwiki\\plugin\\statistics\\Logger
64 $this->db = $this->hlp->getDB();
101 $this->db->getPdo()->beginTransaction();
117 $this->db->getPdo()->commit();
167 $this->db->exec(
183 $this->db->exec(
218 $this->db->exec(
242 $this->db->exec('DELETE FROM groups WHERE user = ?', $this->user);
255 $this->db->exec($sql, $params);
276 $this->db->exec($sql, [$domain, $this->user]);
314 $this->db->exec($sql, [$referer, $engine]);
315 return (int)$this->db->queryValue('SELECT id FROM referers WHERE url = ?', $referer);
342 $result = $this->db->queryValue(
360 $this->db->exec(
400 $this->db->exec(
427 $this->db->exec(
465 $this->db->exec(
491 $this->db->exec(
515 $this->db->exec(
537 $sid = $this->db->exec(
546 $this->db->exec(
569 $this->db->exec(
578 $this->db->exec(
604 $this->db->exec(
613 $this->db->exec(