555556557558559560561562563564565
oe.setUseLineFeedForRecords(true); oe.setIncludeManualIndexes(true); oe.exportDatabase(); oe.close(); }catch(Exception ioe){ throw new UnableToExportDbException(ioe); }finally{ if(db!=null && ! db.isClosed()){ db.close(); } dbFreeze.set(false);