public interface DbUpgradeHandler
Modifier and Type | Method and Description |
---|---|
long |
getNewId(Connection c,
String type,
String oldId) |
String |
getOldId(Connection c,
String type,
long newId) |
String[] |
getOldIds(Connection c,
String type,
long newId) |
void |
install(Connection c) |
void |
save(Connection c,
String type,
String oldId,
long newId) |
void |
uninstall(Connection c) |
long getNewId(Connection c, String type, String oldId) throws SQLException
SQLException
String getOldId(Connection c, String type, long newId) throws SQLException
SQLException
String[] getOldIds(Connection c, String type, long newId) throws SQLException
SQLException
void install(Connection c) throws SQLException
SQLException
void save(Connection c, String type, String oldId, long newId) throws SQLException
SQLException
void uninstall(Connection c) throws SQLException
SQLException
Copyright © 2015 OpenEstate. All rights reserved.