Home
last modified time | relevance | path

Searched refs:dbtype (Results 1 – 4 of 4) sorted by relevance

/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php180 $dbtype = $data[0];
185 return $this->connectToDbWrapper($dbtype, $serverName, $userName, $passWord, $dbName);
193 $dbtype = $this->getConf ('dbtype');
199 return $this->connectToDbWrapper($dbtype, $serverName, $userName, $passWord, $dbName);
202 private function connectToDbWrapper($dbtype, $serverName, $userName, $passWord, $dbName) { argument
206 $dbWrapper = new DbWrapper($this, $dbtype, $serverName, $userName, $passWord, $dbName );
H A Ddbwrapper.php3 private $dbtype = null; variable in DbWrapper
9 …public function __construct(DokuWiki_Syntax_Plugin $integrator, $dbtype, $serverName, $userName, $… argument
10 $this->dbtype = $dbtype;
24 switch ($this->dbtype) {
/plugin/authjoomla3/
H A Dauth.php67 $this->joomlaConfig->dbtype = str_replace('mysqli', 'mysql', $this->joomlaConfig->dbtype);
68 …$this->conf['dsn'] = sprintf('%s:dbname=%s;host=%s', $this->joomlaConfig->dbtype, $this->joomlaCon…
/plugin/aceeditor/
H A Dbuild.js1 …bclear|dbcont|dbdown|dblquad|dbmex|dbquit|dbstack|dbstatus|dbstep|dbstop|dbtype|dbup|dde23|ddeget|…