ResultSet

结果集

常用释义

词性释义

结果集;记录集
例句
  • 全部
  • 结果集
正如您想象的那样,常见的业务需求是在循环访问ResultSet中的行时修改特定的列值。
For those familiar with JDBC concepts and the java. sql. ResultSet interface, the SDO dynamic API mode will be easy to understand.
对于熟悉JDBC概念和java.sql.ResultSet接口的读者来说,SDO的动态API模式是很容易理解的。
通常被用来表示JADT驱动程序实现的某项服务获得的单词结果集。
The next few sections demonstrate how you can use the JDBC API to selectively update, delete, or insert new data into a ResultSet.
接下来的几个部分将演示如何使用JDBCAPI有选择性地更新、删除数据或把新数据插入ResultSet中。
在底层,您可以看到返回了JDBCResultSet对象,它的内容被传递进for循环。
在EJB查找程序中,返回值是ResultSet,但是与当前的CMPEJB组件相比,字段的数量不同。
You can change this default value to generate a resultset instead, or to generate both.
您可以更改此默认值,以生成结果集代码,或同时生成这两种代码。
ResultSet可以是具有多个重要方法的复杂对象。
Verifies that the specified ResultSet in the ExecutionResult has at least one row.
验证ExecutionResult中指定的ResultSet是否至少包含一个行。
1·The runtime will determine the parameters to an SQL operation (such as the deptno in the example) and also analyze metadata of the SQL resultset to create the right XML output types.
运行时将确定一个SQL操作的参数(比如本例中的deptno)并且还分析该SQL结果集的元数据,以创建正确的XML输出类型。
2·Retrieve a list of all your queues, which returns a resultset object that is essentially a Python list, as shown in Listing 6.
获取所有队列的列表,这返回一个结果集对象,它实际上是一个Python列表,见清单6。
3·The message format and the XML tag names in those messages depends on the Web service operation name, resultset column-names, type of binding used, and so on.
那些消息中的消息格式和XML标记名称取决于Web服务操作的名称、结果集列名、使用的绑定类型等等。
4·How to process data from large ResultSet without loading them all to memory?
如何处理数据从大型结果集没有加载所有内存吗?
网络释义

结果集

结果集(ResultSet)类似(RowSet接口继承了ResultSet接口)但是使用结果集时与数据库的连接不能断开,而行集是可以在关闭 …

访问结果集接口

《21世纪高等学校计算机规... ... 8.3.6 执行存储过程接口 CallableStatement 8.3.7 访问结果集接口 ResultSet 4.2.3 获取 Cookie ...

结果集对象

应该是你的结果集对象ResultSet)是没有任何结果的也就是说stmt.excuteQuery(sql);方法返回了一个空的结果集,那么你对 …

结果集合类

10.2.4 结果集合类ResultSet) • ResultSet包含符合SQL语句中条件的所有行记录,并且它通过一套get方 法(这些get方法可 …

查询结果集类

Java程序设计完全自学... ... 20.3.2 数据库连接类 Connection 412 20.3.5 查询结果集类 ResultSet 414 22.7.2 编写 FormBean 4…

关闭结果集

java连接数据库的例子 -... ... * 关闭连接* Connection * 关闭结果集* ResultSet * 返回连接* throws DBAccessException ...