Class SQLiteStorage
java.lang.Object
com.zetaplugins.lifestealz.storage.Storage
com.zetaplugins.lifestealz.storage.SQLStorage
com.zetaplugins.lifestealz.storage.SQLiteStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected void
Migrate the database to the latest version.Methods inherited from class com.zetaplugins.lifestealz.storage.SQLStorage
clearDatabase, export, getConnection, getEliminatedPlayerNames, getEliminatedPlayers, getPlayerNames, importData, init, load, load, reviveAllPlayers, save
-
Constructor Details
-
SQLiteStorage
-
-
Method Details
-
migrateDatabase
protected void migrateDatabase()Description copied from class:Storage
Migrate the database to the latest version.- Specified by:
migrateDatabase
in classStorage
-
getConnectionPool
- Specified by:
getConnectionPool
in classSQLStorage
-
getInserOrReplaceStatement
- Specified by:
getInserOrReplaceStatement
in classSQLStorage
-