If you need to change the database schema (not deleting information) you have to use the "Schema tool", it is the best way to modify it.
In the other hand, JDOInstruments is an open source Project, so you could study the Class org.jdoinstruments.runtime.schemaevolution.SchemaTool
The method "execute(String str)" receives the commands so you could do it programmatically.
The source code for Index_Field class has been uploaded.
The source code for StaticConfig class it's not missing(you can find it in the repository jdoinstruments\test\org\jdoinstruments\test\StaticConfig.java).
Alf.
The source code for Index_Field class has been uploaded.
The source code for StaticConfig class it's not missing(you can find it in the repository jdoinstruments\test\org\jdoinstruments\test\StaticConfig.java).
Alf.