Class NewSqliteStorageSupplier<K,V>
- java.lang.Object
-
- me.hsgamer.topper.agent.storage.simple.supplier.SqlStorageSupplier<K,V>
-
- me.hsgamer.topper.agent.storage.simple.supplier.SqliteStorageSupplier<K,V>
-
- me.hsgamer.topper.agent.storage.simple.supplier.NewSqliteStorageSupplier<K,V>
-
- All Implemented Interfaces:
DataStorageSupplier<K,V>
public class NewSqliteStorageSupplier<K,V> extends SqliteStorageSupplier<K,V>
-
-
Field Summary
-
Fields inherited from class me.hsgamer.topper.agent.storage.simple.supplier.SqlStorageSupplier
logger
-
-
Constructor Summary
Constructors Constructor Description NewSqliteStorageSupplier(DatabaseSetting databaseSetting, File holderBaseFolder, SqlEntryConverter<K,V> converter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
toSaveStatement(String name, String[] keyColumns, String[] valueColumns)
-
Methods inherited from class me.hsgamer.topper.agent.storage.simple.supplier.SqliteStorageSupplier
disable, flushConnection, getConnection, toSaveValues
-
Methods inherited from class me.hsgamer.topper.agent.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.agent.storage.simple.supplier.DataStorageSupplier
enable
-
-
-
-
Constructor Detail
-
NewSqliteStorageSupplier
public NewSqliteStorageSupplier(DatabaseSetting databaseSetting, File holderBaseFolder, SqlEntryConverter<K,V> converter)
-
-
Method Detail
-
toSaveStatement
protected String toSaveStatement(String name, String[] keyColumns, String[] valueColumns)
- Overrides:
toSaveStatement
in classSqliteStorageSupplier<K,V>
-
-