Modifier and Type | Method and Description |
---|---|
Database |
PlanBungee.getDB() |
Database |
Plan.getDB()
Used to access active Database.
|
Modifier and Type | Method and Description |
---|---|
Set<Database> |
Plan.getDatabases()
Used to get all possible database objects.
|
Modifier and Type | Method and Description |
---|---|
Database |
IPlan.getDB() |
Modifier and Type | Class and Description |
---|---|
class |
MySQLDB |
class |
SQLDB
Class containing main logic for different data related save and load functionality.
|
class |
SQLiteDB |
Constructor and Description |
---|
BatchOperationTable(Database database)
Constructor, call to access copy functionality.
|
Modifier and Type | Method and Description |
---|---|
static Database |
ManageUtils.getDB(Plan plugin,
String dbName) |
Modifier and Type | Method and Description |
---|---|
static void |
ManageUtils.backup(String dbName,
Database copyFromDB)
Creates a new backup sqlite file with the data of copyFromDB.
|
static void |
ManageUtils.clearAndCopy(Database clearAndCopyToDB,
Database copyFromDB)
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
Analysis.analyze(InformationManager infoManager,
Database db)
Caches analyzed data of db to the provided cache analysisCache.
|
boolean |
Analysis.analyzeData(InformationManager infoManager,
Database db)
Analyze data in the db about this server.
|
Modifier and Type | Method and Description |
---|---|
static UUID |
UUIDUtility.getUUIDOf(String playerName,
Database db)
Get UUID of a player.
|
Copyright © 2017. All rights reserved.