public final class CSVMigrationExecutor extends Object implements org.flywaydb.core.api.executor.MigrationExecutor
| Constructor and Description |
|---|
CSVMigrationExecutor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecuteInTransaction() |
void |
execute(org.flywaydb.core.api.executor.Context context) |
public void execute(org.flywaydb.core.api.executor.Context context)
throws SQLException
execute in interface org.flywaydb.core.api.executor.MigrationExecutorSQLExceptionpublic boolean canExecuteInTransaction()
canExecuteInTransaction in interface org.flywaydb.core.api.executor.MigrationExecutor