public class JavaCodeUpdater extends java.lang.Object implements IVersionedUpdater
| Constructor and Description |
|---|
JavaCodeUpdater() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
afterSchemaUpgrade() |
int |
buildNumber() |
UpdateResult |
executeUpdate(IServerTaskMonitor monitor,
javax.sql.DataSource pool,
java.util.Set<UpdateAction> handledActions) |
int |
major() |
public UpdateResult executeUpdate(IServerTaskMonitor monitor, javax.sql.DataSource pool, java.util.Set<UpdateAction> handledActions)
executeUpdate in interface IVersionedUpdaterpublic int major()
major in interface IVersionedUpdaterpublic int buildNumber()
buildNumber in interface IVersionedUpdaterpublic boolean afterSchemaUpgrade()
afterSchemaUpgrade in interface IVersionedUpdaterCopyright © 2021. All Rights Reserved.