Searched refs:groupMembersTableName (Results 1 – 2 of 2) sorted by relevance
34 public $groupMembersTableName = 'groupmembers'; variable in Sabre\\DAVACL\\PrincipalBackend\\PDO294 …$this->pdo->prepare('SELECT principals.uri as uri FROM ' . $this->groupMembersTableName . ' AS gro…316 …$this->pdo->prepare('SELECT principals.uri as uri FROM ' . $this->groupMembersTableName . ' AS gro…355 …$stmt = $this->pdo->prepare('DELETE FROM ' . $this->groupMembersTableName . ' WHERE principal_id =…360 …$stmt = $this->pdo->prepare('INSERT INTO ' . $this->groupMembersTableName . ' (principal_id, membe…
34 public $groupMembersTableName = 'groupmembers'; variable in Sabre\\DAVACL\\PrincipalBackend\\PDO339 …$this->pdo->prepare('SELECT principals.uri as uri FROM ' . $this->groupMembersTableName . ' AS gro…361 …$this->pdo->prepare('SELECT principals.uri as uri FROM ' . $this->groupMembersTableName . ' AS gro…400 …$stmt = $this->pdo->prepare('DELETE FROM ' . $this->groupMembersTableName . ' WHERE principal_id =…405 …$stmt = $this->pdo->prepare('INSERT INTO ' . $this->groupMembersTableName . ' (principal_id, membe…