363364365366367368369370371372373374
info.setDatabasePassword(storepassword); info.setSystemPassword(dbsystempassword); info.setup(); HADBCreateSchema creator = new HADBCreateSchema(info); return creator.create(); } catch(HADBSetupException hse) { throw hse; }
451452453454455456457458459460461462
info.setDatabasePassword(storepassword); info.setSystemPassword(dbsystempassword); info.setup(); HADBCreateSchema creator = new HADBCreateSchema(info); return creator.clear(); } catch(HADBSetupException hse) { throw hse; }