public class Schema_90 extends SchemaVersion
C
Modifier and Type | Method and Description |
---|---|
protected void |
migrateData(ReviewDb db,
UpdateUI ui)
Invoked between updateSchema (adds new columns/tables) and pruneSchema (removes deleted
columns/tables).
|
check, execute, finish, getBinaryVersion, getPrior, getVersionNbr, guessVersion, newExecutor, newStatement, prepareStatement, preUpdateSchema, renameColumn, renameTable
protected void migrateData(ReviewDb db, UpdateUI ui) throws SQLException
SchemaVersion
migrateData
in class SchemaVersion
db
- open database handle.ui
- interface for interacting with the user.SQLException
- if an underlying SQL exception occurred.