Searched refs:calendarSubscriptionsTableName (Results 1 – 2 of 2) sorted by relevance
72 public $calendarSubscriptionsTableName = 'calendarsubscriptions'; variable in Sabre\\CalDAV\\Backend\\PDO971 … $this->pdo->prepare("SELECT " . $fields . " FROM " . $this->calendarSubscriptionsTableName . " WH…1040 …$stmt = $this->pdo->prepare("INSERT INTO " . $this->calendarSubscriptionsTableName . " (" . implod…1089 …$stmt = $this->pdo->prepare("UPDATE " . $this->calendarSubscriptionsTableName . " SET " . implode(…1108 …$stmt = $this->pdo->prepare('DELETE FROM ' . $this->calendarSubscriptionsTableName . ' WHERE id = …
88 public $calendarSubscriptionsTableName = 'calendarsubscriptions'; variable in Sabre\\CalDAV\\Backend\\PDO1098 … $this->pdo->prepare("SELECT " . $fields . " FROM " . $this->calendarSubscriptionsTableName . " WH…1167 …$stmt = $this->pdo->prepare("INSERT INTO " . $this->calendarSubscriptionsTableName . " (" . implod…1171 $this->calendarSubscriptionsTableName . '_id_seq'1218 …$stmt = $this->pdo->prepare("UPDATE " . $this->calendarSubscriptionsTableName . " SET " . implode(…1237 …$stmt = $this->pdo->prepare('DELETE FROM ' . $this->calendarSubscriptionsTableName . ' WHERE id = …