| Package | Description |
|---|---|
| com.atlassian.dbexporter.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
JdbcUtils.withConnection(ImportExportErrorService errorService,
ConnectionProvider provider,
JdbcUtils.JdbcCallable<T> callable) |
static <T> T |
JdbcUtils.withNoAutoCommit(ImportExportErrorService errorService,
Connection connection,
JdbcUtils.JdbcCallable<T> callable)
Executes callable with no autoCommit.
|
Copyright © 2018 Atlassian. All rights reserved.