public static class DatabaseProvider.Pool extends Object
| Modifier and Type | Field and Description |
|---|---|
DataSource |
dataSource |
Flavor |
flavor |
Closeable |
poolShutdown |
| Constructor and Description |
|---|
Pool(DataSource dataSource,
Flavor flavor,
Closeable poolShutdown) |
public DataSource dataSource
public Flavor flavor
public Closeable poolShutdown
public Pool(DataSource dataSource, Flavor flavor, Closeable poolShutdown)
Copyright © 2016. All rights reserved.