Class NewSqliteStorageSupplier
java.lang.Object
me.hsgamer.topper.storage.simple.sql.SqlStorageSupplier
me.hsgamer.topper.storage.simple.sqlite.SqliteStorageSupplier
me.hsgamer.topper.storage.simple.sqlite.NewSqliteStorageSupplier
- All Implemented Interfaces:
DataStorageSupplier
-
Field Summary
Fields inherited from class me.hsgamer.topper.storage.simple.sql.SqlStorageSupplier
logger
-
Constructor Summary
ConstructorsConstructorDescriptionNewSqliteStorageSupplier
(File baseHolder, DatabaseSetting databaseSetting, Function<me.hsgamer.hscore.database.Setting, me.hsgamer.hscore.database.client.sql.SqlClient<?>> clientFunction) -
Method Summary
Methods inherited from class me.hsgamer.topper.storage.simple.sqlite.SqliteStorageSupplier
isSingleThread
Methods inherited from class me.hsgamer.topper.storage.simple.sql.SqlStorageSupplier
applyDatabaseSetting, getStorage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.hsgamer.topper.storage.simple.supplier.DataStorageSupplier
disable, enable
-
Constructor Details
-
NewSqliteStorageSupplier
public NewSqliteStorageSupplier(File baseHolder, DatabaseSetting databaseSetting, Function<me.hsgamer.hscore.database.Setting, me.hsgamer.hscore.database.client.sql.SqlClient<?>> clientFunction)
-
-
Method Details
-
toSaveStatement
- Overrides:
toSaveStatement
in classSqliteStorageSupplier
-
toSaveValues
- Overrides:
toSaveValues
in classSqliteStorageSupplier
-