Home
last modified time | relevance | path

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

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php34 public $groupMembersTableName = 'groupmembers'; variable in Sabre\\DAVACL\\PrincipalBackend\\PDO
294 …$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…
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php34 public $groupMembersTableName = 'groupmembers'; variable in Sabre\\DAVACL\\PrincipalBackend\\PDO
339 …$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…