Home
last modified time | relevance | path

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

/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php32 … $this->_postgresql ( $this->serverName, $this->userName, $this->passWord, $this->dbName, $query );
112 private function _postgresql($serverName, $userName, $passWord, $dbName, $query) { function in DbWrapper
/plugin/sqlcomp/
H A Dsyntax.php259 …case "postgresql": $rs = $this->_postgresql($dbcon[1], $dbcon[2], $dbcon[3], $dbcon[4], $sql, $opt…
398 private function _postgresql($Server,$User,$Pass,$Database,$Query,$Opts){ function in syntax_plugin_sqlcomp