Home
last modified time | relevance | path

Searched refs:storageNr (Results 1 – 1 of 1) sorted by relevance

/plugin/owncloud/
H A Dhelper.php26 protected $storageNr; variable in helper_plugin_owncloud
56 $this->storageNr = $this->lastQuery->fetchOne();
93 …T `path` FROM `*PREFIX*filecache` WHERE fileid = ? AND storage = ?', array($id, $this->storageNr));
129 …`fileid` FROM `*PREFIX*filecache` WHERE path = ? AND storage = ?', array($file, $this->storageNr));
142 …e.mimetype = *PREFIX*mimetypes.id WHERE fileid = ? AND storage = ?', array($id, $this->storageNr));
153 …WHERE parent=? AND storage = ? ORDER BY *PREFIX*filecache.path ASC', array($id, $this->storageNr));