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?
如何处理数据从大型结果集没有加载所有内存吗?