net.sf.jsqlparser.statement.update.Update 类没有 getTables() 方法。在net.sf.jsqlparser.statement.update.Update 类中,并没有直接提供名为 getTables() 的方法来获取被更新的表名列表。不过,你可以通过访问 Update 对象的 getTables() 方法来获取表名列表。
SQL how to view the list of tables in DB, the columns in the table, stored procedure Feb 19 '07, 10:29 AM How do i view the code in stored procedure?what permission should I have for it. Also how do I get the list of tables in the DB? Tags: None dorinbogdan...