| Constructor and Description |
|---|
DbImporter(ImportExportErrorService errorService,
Importer... importers) |
DbImporter(ImportExportErrorService errorService,
List<Importer> importers) |
| Constructor and Description |
|---|
ConnectionProviderInformationReader(ImportExportErrorService errorService,
ConnectionProvider connectionProvider) |
DataExporter(ImportExportErrorService errorService,
String schema) |
| Modifier and Type | Field and Description |
|---|---|
protected ImportExportErrorService |
AbstractImporter.errorService |
| Modifier and Type | Method and Description |
|---|---|
static Statement |
JdbcUtils.createStatement(ImportExportErrorService errorService,
String table,
Connection connection) |
static DatabaseMetaData |
JdbcUtils.metadata(ImportExportErrorService errorService,
Connection connection) |
static PreparedStatement |
JdbcUtils.preparedStatement(ImportExportErrorService errorService,
String table,
Connection connection,
String sql) |
static String |
JdbcUtils.quote(ImportExportErrorService errorService,
String table,
Connection connection,
String identifier)
Quotes the database identifier if needed.
|
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.
|
| Constructor and Description |
|---|
StaxStreamReader(ImportExportErrorService errorService,
Reader input) |
StaxStreamWriter(ImportExportErrorService errorService,
Writer output,
Charset charset,
String nameSpaceUri)
Creates a new StAX document with the default namespace set to the specified
uri.
|
Copyright © 2018 Atlassian. All rights reserved.