Home
last modified time | relevance | path

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

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php58 public $calendarChangesTableName = 'calendarchanges'; variable in Sabre\\CalDAV\\Backend\\PDO
311 …$stmt = $this->pdo->prepare('DELETE FROM ' . $this->calendarChangesTableName . ' WHERE calendarid …
861 …$query = "SELECT uri, operation FROM " . $this->calendarChangesTableName . " WHERE synctoken >= ? …
915 …$stmt = $this->pdo->prepare('INSERT INTO ' . $this->calendarChangesTableName . ' (uri, synctoken, …
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php74 public $calendarChangesTableName = 'calendarchanges'; variable in Sabre\\CalDAV\\Backend\\PDO
374 …$stmt = $this->pdo->prepare('DELETE FROM ' . $this->calendarChangesTableName . ' WHERE calendarid …
988 …$query = "SELECT uri, operation FROM " . $this->calendarChangesTableName . " WHERE synctoken >= ? …
1042 …$stmt = $this->pdo->prepare('INSERT INTO ' . $this->calendarChangesTableName . ' (uri, synctoken, …