Package | Description |
---|---|
main.java.com.djrapitops.plan | |
main.java.com.djrapitops.plan.database.databases | |
main.java.com.djrapitops.plan.utilities |
Modifier and Type | Method and Description |
---|---|
Database |
Plan.getDB()
Used to access active Database.
|
Modifier and Type | Method and Description |
---|---|
HashSet<Database> |
Plan.getDatabases()
Used to get all possible database objects.
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLDB |
class |
SQLDB |
class |
SQLiteDB |
Modifier and Type | Method and Description |
---|---|
boolean |
Analysis.analyze(AnalysisCacheHandler analysisCache,
Database db)
Caches analyzed data of db to the provided cache analysisCache.
|
static boolean |
ManageUtils.backup(String dbName,
Database copyFromDB)
Creates a new backup sqlite file with the data of copyFromDB.
|
static boolean |
ManageUtils.clearAndCopy(Database clearAndCopyToDB,
Database copyFromDB,
Collection<UUID> fromDBsavedUUIDs)
Clears a database and copies data from other database to that database.
|
static Collection<UUID> |
ManageUtils.getUUIDS(Database db)
Get the saved UUIDs in a hashset
|
Copyright © 2017. All rights reserved.