Class NukkitDBSystem
java.lang.Object
com.djrapitops.plan.storage.database.DBSystem
com.djrapitops.plan.storage.database.NukkitDBSystem
- All Implemented Interfaces:
SubSystem
Nukkit Database system that initializes SQLite and MySQL database objects.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionNukkitDBSystem(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
-
NukkitDBSystem
@Inject public NukkitDBSystem(Locale locale, MySQLDB mySQLDB, SQLiteDB.Factory sqLiteDB, PlanConfig config, net.playeranalytics.plugin.server.PluginLogger logger)
-
-
Method Details