public interface JdbcMigration
| Modifier and Type | Method and Description |
|---|---|
void |
migrate(Connection connection)
Executes this migration.
|
void migrate(Connection connection) throws Exception
connection - The connection to use to execute statements.Exception - when the migration failed.Copyright © 2013. All rights reserved.