Searched refs:calendarChangesTableName (Results 1 – 2 of 2) sorted by relevance
58 public $calendarChangesTableName = 'calendarchanges'; variable in Sabre\\CalDAV\\Backend\\PDO311 …$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, …
74 public $calendarChangesTableName = 'calendarchanges'; variable in Sabre\\CalDAV\\Backend\\PDO374 …$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, …