Home
last modified time | relevance | path

Searched refs:setTablePrefix (Results 1 – 24 of 24) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/lib/core/TikiDb/
H A DBridge.php55 function setTablePrefix($prefix) // {{{ function in TikiDb_Bridge
57 self::get()->setTablePrefix($prefix);
H A DMasterSlaveDispatch.php62 function setTablePrefix($prefix) // {{{ function in TikiDb_MasterSlaveDispatch
64 $this->getApplicable()->setTablePrefix($prefix);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec.php40 public function setTablePrefix($tablePrefix) function in Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec
/dports/www/phpmyfaq/phpmyfaq/admin/
H A Dajax.config.php105 Database::setTablePrefix($dbSetup['dbPrefix']);
120 Database::setTablePrefix($DB['prefix']);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudAsset/
H A DGoogleCloudAssetV1BigQueryDestination.php41 public function setTablePrefix($tablePrefix) function in Google_Service_CloudAsset_GoogleCloudAssetV1BigQueryDestination
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Apigee/
H A DGoogleCloudApigeeV1DatastoreConfig.php58 public function setTablePrefix($tablePrefix) function in Google_Service_Apigee_GoogleCloudApigeeV1DatastoreConfig
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/
H A DDatabase.php169 public static function setTablePrefix($tablePrefix) function in phpMyFAQ\\Database
H A DInstaller.php659 Database::setTablePrefix($dbSetup['dbPrefix']);
724 Database::setTablePrefix($dbSetup['dbPrefix']);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/
H A DConnection.php1220 public function setTablePrefix($prefix) function in Illuminate\\Database\\Connection
1224 $this->getQueryGrammar()->setTablePrefix($prefix);
1237 $grammar->setTablePrefix($this->tablePrefix);
H A DGrammar.php217 public function setTablePrefix($prefix) function in Illuminate\\Database\\Grammar
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/
H A DConnection.php1293 public function setTablePrefix($prefix) function in Illuminate\\Database\\Connection
1297 $this->getQueryGrammar()->setTablePrefix($prefix);
1310 $grammar->setTablePrefix($this->tablePrefix);
H A DGrammar.php215 public function setTablePrefix($prefix) function in Illuminate\\Database\\Grammar
/dports/security/xca/xca-2.4.0/lib/
H A Dsql.h75 static void setTablePrefix(QString p) in setTablePrefix() function
H A Ddatabase_model.cpp525 XSqlQuery::setTablePrefix(params["prefix"]); in openRemoteDatabase()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Authentication/User/
H A DDbUserBackend.php90 $this->ds->setTablePrefix('icingaweb_');
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Authentication/UserGroup/
H A DDbUserGroupBackend.php106 $this->ds->setTablePrefix('icingaweb_');
/dports/www/phpmyfaq/phpmyfaq/src/
H A DBootstrap.php128 Database::setTablePrefix($DB['prefix']);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/library/Monitoring/Backend/
H A DMonitoringBackend.php228 $this->resource->setTablePrefix('icinga_');
/dports/www/tikiwiki/tiki-21.2/db/
H A Dtiki-db.php225 $db->setTablePrefix($db_table_prefix);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Schema/Grammars/
H A DSqlServerGrammar.php837 $this->setTablePrefix('#');
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Schema/Grammars/
H A DSqlServerGrammar.php916 $this->setTablePrefix('#');
/dports/www/tikiwiki/tiki-21.2/lib/core/
H A DTikiDb.php139 function setTablePrefix($prefix) // {{{ function in TikiDb
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Data/Db/
H A DDbConnection.php294 public function setTablePrefix($prefix) function in Icinga\\Data\\Db\\DbConnection
/dports/www/joomla3/joomla3-3.9.24/libraries/fof/table/
H A Dtable.php435 $instance->setTablePrefix($prefix);
813 public function setTablePrefix($prefix) function in FOFTable