public final class SqlServerAroundTableImporter extends Object implements DataImporter.AroundTableImporter
| Constructor and Description |
|---|
SqlServerAroundTableImporter(ImportExportErrorService errorService,
String schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
after(ImportConfiguration configuration,
Context context,
String table,
Connection connection) |
void |
before(ImportConfiguration configuration,
Context context,
String table,
Connection connection) |
public SqlServerAroundTableImporter(ImportExportErrorService errorService, String schema)
public void before(ImportConfiguration configuration, Context context, String table, Connection connection)
before in interface DataImporter.AroundTableImporterpublic void after(ImportConfiguration configuration, Context context, String table, Connection connection)
after in interface DataImporter.AroundTableImporterCopyright © 2018 Atlassian. All rights reserved.