Package com.openindex.openestate.tool.db
Class DbUpdate.Summary
- java.lang.Object
-
- com.openindex.openestate.tool.db.DbUpdate.Summary
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
execute(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension)
long
getDbVersion(DbUpdateHandler handler)
long
getDbVersion(String handlerId)
DbUpdateHandler[]
getUpdateHandlersToInstall()
-
-
-
Method Detail
-
execute
public int execute(Connection c, AbstractDbDriver dbDriver, DbExtension dbExtension) throws SQLException, IOException
- Throws:
SQLException
IOException
-
getDbVersion
public long getDbVersion(DbUpdateHandler handler)
-
getDbVersion
public long getDbVersion(String handlerId)
-
getUpdateHandlersToInstall
public DbUpdateHandler[] getUpdateHandlersToInstall()
-
-