关于Statement stmt = conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABL...
说明:Statementstmt=con.createStatemen(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);通用格式为:Statementstmt=con.createStatement(inttype,intconcurrency);我们在访问数据库的时候,在读取返回结果的时候,可能要前后移动指针,比如我们先计算