public class SqliteProvider extends AbstractProvider
AbstractProvider.DataDOProvider.ShootingDO| Constructor and Description |
|---|
SqliteProvider() |
SqliteProvider(String dbPath) |
| Modifier and Type | Method and Description |
|---|---|
protected Supplier<org.springframework.jdbc.core.JdbcOperations> |
jdbcOperationsSupplier(String dbPath,
Map<String,Object> context)
1.
|
protected Stream<AbstractProvider.DataDO> |
transferResults(List<Map<String,Object>> mapResults)
convert DB Map Result to DataDO(Stream)
|
getShooting, hitIncr, reqIncr, reset, resetAll, tearDownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsummaryNamepublic SqliteProvider()
public SqliteProvider(String dbPath)
protected Supplier<org.springframework.jdbc.core.JdbcOperations> jdbcOperationsSupplier(String dbPath, Map<String,Object> context)
AbstractProviderjdbcOperationsSupplier in class AbstractProviderdbPath - :EmbeddedDatabase file temporary storage directory or remove database.context - :other parameters from constructorprotected Stream<AbstractProvider.DataDO> transferResults(List<Map<String,Object>> mapResults)
AbstractProvidertransferResults in class AbstractProvidermapResults - result from query DB.Copyright © 2019. All rights reserved.