正如您想象的那样,常见的业务需求是在循环访问ResultSet中的行时修改特定的列值。
对于熟悉JDBC概念和java.sql.ResultSet接口的读者来说,SDO的动态API模式是很容易理解的。
通常被用来表示JADT驱动程序实现的某项服务获得的单词结果集。
接下来的几个部分将演示如何使用JDBCAPI有选择性地更新、删除数据或把新数据插入ResultSet中。
在底层,您可以看到返回了JDBCResultSet对象,它的内容被传递进for循环。
在EJB查找程序中,返回值是ResultSet,但是与当前的CMPEJB组件相比,字段的数量不同。
您可以更改此默认值,以生成结果集代码,或同时生成这两种代码。
ResultSet可以是具有多个重要方法的复杂对象。
验证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?
如何处理数据从大型结果集没有加载所有内存吗?