ResultSet
结果集
常用释义
英式发音
美式发音
基本释义
- 结果集;记录集
例句
-
1·Again, this is very similar to a ResultSet.再一次强调,这和ResultSet十分相似。
-
2·ResultSet processing in functional flavor (select3.jy)函数风格的结果集处理(select3.jy)
-
3·Use an updatable ResultSet to retrieve and UPDATE one row at a time.使用可更新的 ResultSet 一次仅获取和 UPDATE 一个行。
-
4·Obviously, a stored procedure doesn't have to return a resultset.显然,存储过程不一定非要返回结果集。
-
5·A ResultSet can be a complex object with a number of important methods.ResultSet可以是具有多个重要方法的复杂对象。
-
6·Each value retrieved via the enumerator should correspond with one row of the resultset.通过枚举器检索的每个值都应与结果集的一行对应。
-
7·The code snippet in Listing 4 shows the SQL query used as the basis for creating a ResultSet.列表4中的代码片段显示了一段SQL查询,该SQL查询是建立ResultSet的基础。
-
8·JDK 6.0 also provides updater methods in the ResultSet interface to update SQLXML values.JD K 6.0 Beta还在ResultSet接口中提供了一些updater方法来更新sqlxml值。
-
9·In our case, the business logic is maintained directly in the SIAPI Query and ResultSet objects.本例中,业务逻辑是直接在SIAPI Query和ResultSet对象中维护的。
-
10·Using an updateable ResultSet, this process is relatively straightforward, as shown in Listing 3.使用可更新的 ResultSet,这个过程是相对简单的,如清单 3 所示。