Class NewSqliteStorageSupplier
- java.lang.Object
-
- me.hsgamer.topper.storage.simple.supplier.SqlStorageSupplier
-
- me.hsgamer.topper.storage.simple.supplier.SqliteStorageSupplier
-
- me.hsgamer.topper.storage.simple.supplier.NewSqliteStorageSupplier
-
- All Implemented Interfaces:
DataStorageSupplier
public class NewSqliteStorageSupplier extends SqliteStorageSupplier
-
-
Field Summary
-
Fields inherited from class me.hsgamer.topper.storage.simple.supplier.SqlStorageSupplier
logger
-
-
Constructor Summary
Constructors Constructor Description NewSqliteStorageSupplier(Consumer<me.hsgamer.hscore.database.Setting> databaseSettingConsumer, File baseFolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>toSaveStatement(String name, String[] keyColumns, String[] valueColumns)protected List<Object[]>toSaveValues(Object[] keys, Object[] values)-
Methods inherited from class me.hsgamer.topper.storage.simple.supplier.SqliteStorageSupplier
getClient, isSingleThread
-
Methods inherited from class me.hsgamer.topper.storage.simple.supplier.SqlStorageSupplier
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
-
-
-
-
Method Detail
-
toSaveStatement
protected List<String> toSaveStatement(String name, String[] keyColumns, String[] valueColumns)
- Overrides:
toSaveStatementin classSqliteStorageSupplier
-
toSaveValues
protected List<Object[]> toSaveValues(Object[] keys, Object[] values)
- Overrides:
toSaveValuesin classSqliteStorageSupplier
-
-