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
SQLExceptionString getOldId(Connection c, String type, long newId) throws SQLException
SQLExceptionString[] getOldIds(Connection c, String type, long newId) throws SQLException
SQLExceptionvoid install(Connection c) throws SQLException
SQLExceptionvoid save(Connection c, String type, String oldId, long newId) throws SQLException
SQLExceptionvoid uninstall(Connection c) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.