saveAs
public void saveAs(java.lang.String oldUri,
java.lang.String newUri)
call this method to save the content of a currently
open ObjectContainer session to a new file location.
Invocation will close the old file without a commit,
keep the reference system in place and connect it to
the file in the new location. If anything goes wrong
during the copying operation or while opening it will
be attempted to reopen the old file. In this case a
Db4oException will be thrown.
- Parameters:
oldUri - the path to the old open database filenewUri - the path to the new database file