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