452453454455456457458459460461462
info.setSystemPassword(dbsystempassword); info.setup(); HADBCreateSchema creator = new HADBCreateSchema(info); return creator.clear(); } catch(HADBSetupException hse) { throw hse; }