318319320321322323324325326327328
log.info(_loc.get("drop-native-seq")); // drop the table SchemaTool tool = new SchemaTool(_conf); tool.setIgnoreErrors(true); tool.dropSequence(_seq); } /** * Return the next sequence value. */
280281282283284285286287288289290