Home
last modified time | relevance | path

Searched refs:_oracle (Results 1 – 2 of 2) sorted by path

/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php29 $this->_oracle ( $this->serverName, $this->userName, $this->passWord, $this->dbName, $query );
41 private function _oracle($Server, $User, $Pass, $Database, $Query) { function in DbWrapper
/plugin/sqlcomp/
H A Dsyntax.php256 …case "oracle": $rs = $this->_oracle($dbcon[1], $dbcon[2], $dbcon[3], $dbcon[4], $sql, $opts); brea…
455 private function _oracle($Server,$User,$Pass,$Database,$Query,$Opts){ function in syntax_plugin_sqlcomp