public class UpgradeDataFormat extends java.lang.Object implements IVersionedUpdater
Constructor and Description |
---|
UpgradeDataFormat() |
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 IVersionedUpdater
public int major()
major
in interface IVersionedUpdater
public int buildNumber()
buildNumber
in interface IVersionedUpdater
public boolean afterSchemaUpgrade()
afterSchemaUpgrade
in interface IVersionedUpdater
Copyright © 2021. All Rights Reserved.