100101102103104105106107108109
} try { ksss.setupKAMStoreSchema(db, schemaName); } catch (IOException e) { throw new CreateKAMFailure(db, e.getMessage()); } catch (SQLException e) { throw new CreateKAMFailure(db, e.getMessage()); } }
126127128129130131132133134135136
} if (!jkl.schemaExists()) { final String fmt = "schema \"%s\" does not exist"; final String msg = format(fmt, jkl.getSchemaName()); throw new CreateKAMFailure(dbConnection, msg); } try { // load type tables jkl.loadObjectTypes();