Lines Matching refs:query
135 $result = $this->query($this->getConf('check-pass'), $userdata);
220 $ok = $this->query($this->getConf('insert-user'), $userdata);
274 $ok = $this->query($this->getConf('update-user-login'), $params);
284 $ok = $this->query($this->getConf('update-user-pass'), $params);
294 $ok = $this->query($this->getConf('update-user-info'), $params);
387 $result = $this->query($this->getConf('list-users'), $filter);
423 $result = $this->query($this->getConf('count-users'), $filter);
440 $result = $this->query($sql, [':group' => $group]);
477 $result = $this->query($sql, [':user' => $user]);
530 $ok = $this->query($this->getConf('delete-user'), $userdata);
551 $result = $this->query($sql, $userdata);
582 $result = $this->query($sql);
624 $result = $this->query($sql, $data);
640 $result = $this->query($sql, $data);
652 protected function query($sql, $arguments = []) function in auth_plugin_authpdo