Searched refs:calendarInstancesTableName (Results 1 – 1 of 1) sorted by relevance
60 public $calendarInstancesTableName = 'calendarinstances'; variable in Sabre\\CalDAV\\Backend\\PDO170 SELECT {$this->calendarInstancesTableName}.id as id, $fields FROM {$this->calendarInstancesTableNam…172 {$this->calendarInstancesTableName}.calendarid = {$this->calendarTableName}.id278 …$stmt = $this->pdo->prepare("INSERT INTO " . $this->calendarInstancesTableName . " (" . implode(',…284 $this->pdo->lastInsertId($this->calendarInstancesTableName . '_id_seq')336 …$stmt = $this->pdo->prepare("UPDATE " . $this->calendarInstancesTableName . " SET " . implode(', '…361 …$stmt = $this->pdo->prepare('SELECT access FROM ' . $this->calendarInstancesTableName . ' where id…377 …$stmt = $this->pdo->prepare('DELETE FROM ' . $this->calendarInstancesTableName . ' WHERE calendari…389 … $stmt = $this->pdo->prepare('DELETE FROM ' . $this->calendarInstancesTableName . ' WHERE id = ?');892 $this->calendarInstancesTableName AS calendar_instances[all …]