Searched refs:destinationDB (Results 1 – 1 of 1) sorted by relevance
58 private DbaseDatabase destinationDB = null; field in CopyTableWizard73 if ( destinationDB != null ) in after()74 destinationDB.close(); in after()75 destinationDB = null; in after()87 destinationDB = new DbaseDatabase( getMSF() ); in before()88 dest = new DatabaseApplication( destinationDB ); in before()