Home
last modified time | relevance | path

Searched refs:getDbType (Results 1 – 25 of 101) sorted by relevance

12345

/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/RPC/lib/src/de/ilias/services/db/
H A DDBFactory.java74 if(client.getDbType().equalsIgnoreCase("mysql")) {
91 else if(client.getDbType().equalsIgnoreCase("oracle")) {
122 logger.error("Unsupported db type given." + client.getDbType());
123 throw new ConfigurationException("Unsupported db type given." + client.getDbType());
265 if(client.getDbType().equals("mysql")) { in setString()
295 if(client.getDbType().equals("mysql")) { in getString()
324 if(getDbType().equalsIgnoreCase("mysql")) { in getCLOB()
348 public static String getDbType() { in getDbType() method in DBFactory
351 return ClientSettings.getInstance(LocalSettings.getClientKey()).getDbType(); in getDbType()
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/RPC/lib/src/de/ilias/services/db/
H A DDBFactory.java75 if(client.getDbType().equalsIgnoreCase("mysql")) {
92 else if(client.getDbType().equalsIgnoreCase("oracle")) {
123 logger.error("Unsupported db type given." + client.getDbType());
124 throw new ConfigurationException("Unsupported db type given." + client.getDbType());
266 if(client.getDbType().equals("mysql")) { in setString()
296 if(client.getDbType().equals("mysql")) { in getString()
325 if(getDbType().equalsIgnoreCase("mysql")) { in getCLOB()
349 public static String getDbType() { in getDbType() method in DBFactory
352 return ClientSettings.getInstance(LocalSettings.getClientKey()).getDbType(); in getDbType()
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Data/Db/
H A DDbConnection.php12 return $this->getDbType() === 'mysql';
17 return $this->getDbType() === 'pgsql';
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Authentication/User/
H A DDbUserBackend.php180 if ($this->ds->getDbType() === 'pgsql') {
188 if ($this->ds->getDbType() === 'mysql') {
206 return $this->ds->getDbType() === 'pgsql' ? pg_unescape_bytea($lob) : $lob;
/dports/security/xca/xca-2.4.0/widgets/
H A DOpenDb.cpp47 if (getDbType() == "QODBC3") in driver_selected()
111 QString OpenDb::getDbType() const in getDbType() function in OpenDb
134 .arg(getDbType()) in getDescriptor()
H A DOpenDb.h25 QString getDbType() const;
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DdoMaintenance.php75 if ( $maintenance->getDbType() === Maintenance::DB_NONE ) {
98 if ( $maintenance->getDbType() == Maintenance::DB_NONE ) {
H A DdumpIterator.php115 if ( $this->getDbType() == Maintenance::DB_NONE ) {
190 public function getDbType() { function in SearchDump
H A DrebuildLocalisationCache.php229 public function getDbType() { function in RebuildLocalisationCache
234 return parent::getDbType();
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DdoMaintenance.php75 if ( $maintenance->getDbType() === Maintenance::DB_NONE ) {
98 if ( $maintenance->getDbType() == Maintenance::DB_NONE ) {
H A DdumpIterator.php111 if ( $this->getDbType() == Maintenance::DB_NONE ) {
186 public function getDbType() { function in SearchDump
H A DrebuildLocalisationCache.php229 public function getDbType() { function in RebuildLocalisationCache
234 return parent::getDbType();
H A Drebuildall.php38 public function getDbType() { function in RebuildAll
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DdoMaintenance.php76 if ( $maintenance->getDbType() === Maintenance::DB_NONE ) {
129 if ( $maintenance->getDbType() !== Maintenance::DB_NONE &&
H A DdumpIterator.php107 if ( $this->getDbType() == Maintenance::DB_NONE ) {
182 public function getDbType() { function in SearchDump
H A Drebuildall.php38 public function getDbType() { function in RebuildAll
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/RPC/lib/src/de/ilias/services/settings/
H A DClientSettings.java274 if(getDbType().equalsIgnoreCase("mysql") || getDbType().equalsIgnoreCase("innodb")) { in getDbUrl()
298 public String getDbType() { in getDbType() method in ClientSettings
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/RPC/lib/src/de/ilias/services/settings/
H A DClientSettings.java275 if(getDbType().equalsIgnoreCase("mysql") || getDbType().equalsIgnoreCase("innodb")) { in getDbUrl()
299 public String getDbType() { in getDbType() method in ClientSettings
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Db/
H A DMigrations.php165 $this->connection->getDbType() . '-migrations'
175 $this->connection->getDbType() . '.sql'
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/api/
H A DgenerateRandomImages.php14 public function getDbType() { function in GenerateRandomImages
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/api/
H A DgenerateRandomImages.php14 public function getDbType() { function in GenerateRandomImages
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/api/
H A DgenerateRandomImages.php14 public function getDbType() { function in GenerateRandomImages
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/language/
H A DgenerateNormalizerDataMl.php41 public function getDbType() { function in GenerateNormalizerDataMl
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/language/
H A DgenerateNormalizerDataMl.php41 public function getDbType() { function in GenerateNormalizerDataMl
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/language/
H A DgenerateNormalizerDataMl.php41 public function getDbType() { function in GenerateNormalizerDataMl

12345