Home
last modified time | relevance | path

Searched refs:destinationDB (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/dbaccess/qa/complex/dbaccess/
H A DCopyTableWizard.java58 private DbaseDatabase destinationDB = null; field in CopyTableWizard
73 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()