Home
last modified time | relevance | path

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

/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php26 $this->_mysql ( $this->serverName, $this->userName, $this->passWord, $this->dbName, $query );
62 private function _mysql($serverName, $userName, $passWord, $dbName, $query) { function in DbWrapper
/plugin/sqlcomp/
H A Dsyntax.php254 … case "mysql": $rs = $this->_mysql($dbcon[1], $dbcon[2], $dbcon[3], $dbcon[4], $sql, $opts); break;
411 private function _mysql($Server,$User,$Pass,$Database,$Query,$Opts){ function in syntax_plugin_sqlcomp