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 ...
更新时间:2025-05-01 16:43