979899100101102103104105
printResult(parser, result.getTree()); } private void update(String source) throws Exception{ ToolSQLParser parser = getParser(source); sql_update_return result = parser.sql_update(); printResult(parser, result.getTree()); }