Home
last modified time | relevance | path

Searched refs:_modifyDB (Results 1 – 3 of 3) sorted by relevance

/plugin/authsqlite/
H A Dauth.php198 $this->_modifyDB($sql);
214 if($this->_modifyDB($sql) !== false) {
222 $this->_modifyDB($sql);
256 if($this->_modifyDB($sql)) {
388 protected function _modifyDB($query) { function in auth_plugin_authsqlite
410 $this->_modifyDB('BEGIN');
425 $this->_modifyDB('COMMIT');
/plugin/authdrupal7/
H A Dauth.php426 protected function _modifyDB($query) { function in auth_plugin_authdrupal7
471 $this->_modifyDB($sql);
488 $this->_modifyDB("UNLOCK TABLES");
/plugin/authdrupal8/
H A Dauth.php420 protected function _modifyDB($query) {
465 $this->_modifyDB($sql);
482 $this->_modifyDB("UNLOCK TABLES");
431 protected function _modifyDB($query) { global() function in auth_plugin_authdrupal8