| Package | Description |
|---|---|
| manifold.sql.rt.api | |
| manifold.sql.rt.impl |
| Modifier and Type | Method and Description |
|---|---|
DbConfig |
TxScope.getDbConfig() |
DbConfig |
DbConfigProvider.loadDbConfig(java.lang.String configName,
java.lang.Class<?> ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionProvider.closeDataSource(DbConfig dbconfig)
Close the data source from which connections are made.
|
java.sql.Connection |
ConnectionProvider.getConnection(DbConfig dbConfig)
Provides a JDBC connection configured with the provided DbConfing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DbConfigImpl |
| Modifier and Type | Field and Description |
|---|---|
static DbConfig |
DbConfigImpl.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
DbConfig |
DbConfigFinder.loadDbConfig(java.lang.String configName,
java.lang.Class<?> ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
HikariConnectionProvider.closeDataSource(DbConfig dbConfig) |
java.sql.Connection |
HikariConnectionProvider.getConnection(DbConfig dbConfig) |
Copyright © 2023. All rights reserved.