Class SQLiteStorage
java.lang.Object
com.zetaplugins.essentialz.storage.Storage
com.zetaplugins.essentialz.storage.SQLiteStorage
SQLiteStorage is a concrete implementation of the Storage class that uses SQLite as the database backend.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the database by setting up necessary tables and structures.
-
Constructor Details
-
SQLiteStorage
-
-
Method Details
-
initializeDatabase
public void initializeDatabase()Description copied from class:StorageInitializes the database by setting up necessary tables and structures.- Specified by:
initializeDatabasein classStorage
-
getPlayerRepository
- Specified by:
getPlayerRepositoryin classStorage
-
getIgnoresRepository
- Specified by:
getIgnoresRepositoryin classStorage
-
getWarpsRepository
- Specified by:
getWarpsRepositoryin classStorage
-