| Package | Description |
|---|---|
| manifold.sql.rt.api | |
| manifold.sql.rt.impl | |
| manifold.sql.rt.util |
| Modifier and Type | Method and Description |
|---|---|
DbConfig |
TxScope.getDbConfig()
Provides data source configuration info for this tx scope.
|
DbConfig |
DbConfigProvider.loadDbConfig(java.lang.String configName,
java.lang.Class<?> ctx)
This default implementation loads the file with base file name
configName and extension .dbconfig
in the context of 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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SqlScriptRunner.runScript(java.lang.String dataResourcePath,
DbConfig dbconfig,
java.lang.Class<?> ctxClass) |
Copyright © 2024. All rights reserved.