it.openutils.migration.task.update
Interface DbUpdate

All Superinterfaces:
DbTask
All Known Implementing Classes:
ScriptBasedDbUpdate

public interface DbUpdate
extends DbTask

Version:
$Id: DbUpdate.java 526 2008-01-14 12:00:28Z fgiust $
Author:
fgiust

Method Summary
 int getVersion()
          Returns the version for this update.
 
Methods inherited from interface it.openutils.migration.task.setup.DbTask
execute, getDescription
 

Method Detail

getVersion

int getVersion()
Returns the version for this update. THe task will be executed only if the current db version is lower than this.

Returns:
target version for this upgrade.


Copyright © 2008 Openmind. All Rights Reserved.