public class MigrationSchema extends Object
| Constructor and Description |
|---|
MigrationSchema(MigrationConfig migrationConfig,
Connection connection)
Construct with configuration and connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createAndSetIfNeeded()
Create and set the DB schema if desired.
|
public MigrationSchema(MigrationConfig migrationConfig, Connection connection)
public void createAndSetIfNeeded() throws SQLException
SQLExceptionCopyright © 2017. All rights reserved.