Lines Matching refs:lastQuery
25 protected $lastQuery; variable in helper_plugin_owncloud
56 $this->storageNr = $this->lastQuery->fetchOne();
68 $this->lastQuery = $db->execute($params);
75 return $this->lastQuery;
94 if($this->lastQuery->numRows() == 0) return NULL;
95 $path = $this->lastQuery->fetchOne();
130 $id = $this->lastQuery->fetchOne();
143 return $this->lastQuery->fetchOne();
154 $rows = $this->lastQuery->numRows();
158 $row = $this->lastQuery->fetchRow();
177 $rows = $this->lastQuery->numRows();
181 $ids = $this->lastQuery;
832 $rows = $this->lastQuery->numRows();
837 $row = $this->lastQuery->fetchRow();