Class SqliteStorageSupplier
java.lang.Object
me.hsgamer.topper.storage.simple.sql.SqlStorageSupplier
me.hsgamer.topper.storage.simple.sqlite.SqliteStorageSupplier
- All Implemented Interfaces:
DataStorageSupplier
- Direct Known Subclasses:
NewSqliteStorageSupplier
-
Field Summary
Fields inherited from class me.hsgamer.topper.storage.simple.sql.SqlStorageSupplier
logger
-
Constructor Summary
ConstructorsConstructorDescriptionSqliteStorageSupplier
(File baseHolder, DatabaseSetting databaseSetting, Function<me.hsgamer.hscore.database.Setting, me.hsgamer.hscore.database.client.sql.SqlClient<?>> clientFunction) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
toSaveStatement
(String name, String[] keyColumns, String[] valueColumns) toSaveValues
(Object[] keys, Object[] values) 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
-
SqliteStorageSupplier
public SqliteStorageSupplier(File baseHolder, DatabaseSetting databaseSetting, Function<me.hsgamer.hscore.database.Setting, me.hsgamer.hscore.database.client.sql.SqlClient<?>> clientFunction)
-
-
Method Details
-
isSingleThread
protected boolean isSingleThread()- Overrides:
isSingleThread
in classSqlStorageSupplier
-
toSaveStatement
- Specified by:
toSaveStatement
in classSqlStorageSupplier
-
toSaveValues
- Specified by:
toSaveValues
in classSqlStorageSupplier
-