public class FixupDataBase
extends java.lang.Object
Constructor and Description |
---|
FixupDataBase(int id)
fix a database
|
Modifier and Type | Method and Description |
---|---|
void |
doFixUp()
Compares the application version to the version of the database
If the database is a prior version then the appropriate port is run
to convert it up to the current version.
|
protected void |
runFixup(java.util.Hashtable classes)
run the fix up
|
public FixupDataBase(int id) throws VirtualDBNotFoundException
id
- the layer idVirtualDBNotFoundException
- could not find the layerpublic void doFixUp() throws java.lang.Exception
java.lang.Exception
- a serious problemprotected void runFixup(java.util.Hashtable classes) throws java.lang.Exception
classes
- the classes to fixjava.lang.Exception
- a serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.