Class ProxyDBSystem
java.lang.Object
com.djrapitops.plan.storage.database.DBSystem
com.djrapitops.plan.storage.database.ProxyDBSystem
- All Implemented Interfaces:
SubSystem
Bungee Database system that initializes MySQL object.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionProxyDBSystem
(PlanConfig config, Locale locale, MySQLDB mySQLDB, SQLiteDB.Factory sqLiteDB, net.playeranalytics.plugin.server.PluginLogger logger) -
Method Summary
Methods inherited from class com.djrapitops.plan.storage.database.DBSystem
disable, enable, getActiveDatabaseByName, getActiveDatabaseByType, getDatabase, getDatabases, getSqLiteFactory, setActiveDatabase
-
Constructor Details
-
ProxyDBSystem
@Inject public ProxyDBSystem(PlanConfig config, Locale locale, MySQLDB mySQLDB, SQLiteDB.Factory sqLiteDB, net.playeranalytics.plugin.server.PluginLogger logger)
-