-
Again, this is very similar to a ResultSet.
再一次强调,这和ResultSet十分相似。
-
ResultSet processing in functional flavor (select3.jy)
函数风格的结果集处理(select3.jy)
-
Obviously, a stored procedure doesn't have to return a resultset.
显然,存储过程不一定非要返回结果集。
-
Use an updatable ResultSet to retrieve and UPDATE one row at a time.
使用可更新的 ResultSet 一次仅获取和 UPDATE 一个行。
-
A ResultSet can be a complex object with a number of important methods.
ResultSet可以是具有多个重要方法的复杂对象。
ResultSet,数据库结果集的数据表,通常通过执行查询数据库的语句生成。