305306307308309310311312313314315
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. */
292293294295296297298299300301302
267268269270271272273274275276277
258259260261262263264265266267268
284285286287288289290291292293294
285286287288289290291292293294295