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 Stringprotected voidMigrate 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:StorageMigrate the database to the latest version.- Specified by:
migrateDatabasein classStorage
-
getConnectionPool
- Specified by:
getConnectionPoolin classSQLStorage
-
getInserOrReplaceStatement
- Specified by:
getInserOrReplaceStatementin classSQLStorage
-