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 StringtoSaveStatement(String name, String[] keyColumns, String[] valueColumns)-
Methods inherited from class me.hsgamer.topper.storage.simple.supplier.SqliteStorageSupplier
disable, flushConnection, getConnection, toSaveValues
-
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
enable
-
-
-
-
Method Detail
-
toSaveStatement
protected String toSaveStatement(String name, String[] keyColumns, String[] valueColumns)
- Overrides:
toSaveStatementin classSqliteStorageSupplier
-
-