获取所有队列的列表,这返回一个结果集对象,它实际上是一个Python列表,见清单6。
Retrieve a list of all your queues, which returns a resultset object that is essentially a Python list, as shown in Listing 6.
可搜索对象的search方法执行该搜索并返回一个SIAPI结果集对象,如下所示。
The search method on the searchable object executes the search and returns a SIAPI result set object as shown below.
该结果集对象是一个复杂对象,它通常位于数据库管理系统的存储器中,并且只能通过与之交互的函数辨认。
A result set object is a complicated beast, as it usually resides within the memory of the database management system and can only be deciphered by functions that interact with it.
他介绍了如何使用JDBC驱动、连接、语句、结果集对象的类包装来工具化jdbc,并由此工具化数据库调用。
He describes how to use class wrapping of the JDBC driver, connection, statement, and result set objects to instrument JDBC, and hence, database calls.
前面曾使用过odbc_exec函数,它接受了一个连接对象和一个sql字符串,执行该函数后,会返回一个结果集对象。
You've used odbc_exec already; it takes in a connection object and an SQL string, fires it all off, and returns a result set object.
一个数据库相关的应用程序有许多这样的对象,如连接、语句、结果集等等。
An application that USES a relational database has many such objects, like connections, statements, result sets, and so on.
如果对象的目标属性为简单的(人员),则将其内容添加到(中间)结果集。
If the object's target attribute is simple (person), its content will be added to the (intermediate) result set.
用同样的方法,我们可以从头到尾遍历这个结果集,取得每个对象的位置信息的xml值(一个字符串)。
In this way, we can iterate over the result set, and get the XML value (as a string) for each object's location information.
使用JDBCDMS,您可以从后端 JDBC数据源检索和操作数据,而不必编写将数据从SQL结果集转换为可用的业务对象所需的代码。
The JDBC DMS lets you retrieve and manipulate data from a back-end JDBC data source without having to write the code needed to transform data from an SQL result set into usable business objects.
这允许您对感兴趣的分区中的每个对象执行一项操作,并向客户机返回结果集。
This enables you to perform an operation for each object in the partition that you are interested in and return a collection of results back to the client.
EXTRACT函数是选择一组值的非常高效的方法,但是如果预期的结果集只是单一对象,那么最好使用前面介绍的choose函数。
The EXTRACT function is a very efficient way to select a group of values, but if the expected result set is just a single object then you are better off using the CHOOSE function previously discussed.
EXTRACT函数用于生成包含满足选择条件的多个对象的结果集。
The EXTRACT function is designed for situations where the results set expects to find multiple objects that meet the selection criteria.
IDomainObjectFactory接口的实现,把一个返回的结果集转变为一个服务对象。
This implementation of the IDomainObjectFactory interface can turn a returned result set into a service object.
从结果集获取一个SQLXML对象。
Hibernate生成必需的SQL调用,还负责结果集处理和对象转换。
Hibernate generates the requisite SQL calls and also takes care of result set handling and object conversion.
这个工厂针对一个服务注册中心,它接收一个identity对象(服务查询Service Query)并返回一个对应的DbCommand,该DbCommand返回服务结果集。
This factory is specific to a Service Registry that accepts an identity object (Service Query) and returns an appropriate DbCommand, which is able to return Service result set.
在运行时,RowHandler决定对于当前的结果集行返回哪种对象。
At run-time, your RowHandler decides which one is the appropriate object to return for the current result set row.
结果事件定义后,可以像其他事件一样在BusinessEvents中使用。可以定义由于它的到达而触发的到中间对象的映射和交互集。
Once the result event is defined, you can use it in Business Events like any other event, you can define mappings to intermediate objects and interaction sets triggered by its arrival.
由于右侧列表对象和页面集分组关联到一个没有摘要过滤器的查询,报告现在以DynamicQueryMode执行,并返回预期结果。
With the right list object and the page set grouping associated to a query without the summary filter, the report now executes using Dynamic query Mode and returns the expected results.
然后该方法将这个主体结构转换为一个SimpleXML对象并填充该主体结构,填充方法是迭代searchaction返回的结果集并将每条记录表示为一个XML节点集合。
It then converts this to a SimpleXML object and fills in the skeleton by iterating over the result set returned by the SearchAction and representing each record as an XML node collection.
JDBC应用程序以ResultSet对象的形式从联邦存储过程或远程本地存储过程返回结果集。
The JDBC application returned these as a ResultSet object from either the federated stored procedure or the remote native stored procedure.
用于容易地处理数据库对象(例如表、视图、脚本、过程和结果集)的新的IBM设计器。
New IBM designers for easily working with database objects (such as tables, views, scripts, procedures, and result sets).
结果处理程序用于将一个结果集的内容转换成一个对象。
A result handler is used to convert a result set contents into an object.
在选择查询的情况下,将返回描述结果集的对象。
In the case of a select query, objects representing ResultSets will be returned.
Hibernate在运行时无缝地隐藏这些细节,它会正确地解析结果集并返回正确的对象列表。
Hibernate seamlessly hides all of this at run time, properly parsing the result set and returning the proper list of objects.
在清单10的例子中,HTMLHandler处理一个结果集,并返回一个String类型的对象,这个对象包含一个列出所有结果集行的web页面的文本表示。
In the example in Listing 10, the HTMLHandler processes a result set and returns an object of type String, which contains the textual representation of a Web page that lists all the result set rows.
这样,数据库就只会查询一次,并且我们接下来也可以遍历存储在集合对象里面的结果集。
With this the database is only queried once and we will then iterate over the result set that is stored within the collection object. Here is the changed sample code.
RDO提供了访问面向复杂的存储过程,及复杂结果集所需要的对象、属性及方法。
RDO provides the objects, properties, and methods needed to access the more complex aspects of stored procedures and complex resultsets.
通过数据库类,可以使用记录集对象来选择和访问结果集。
With the database classes, you use a recordset object to select and access the result set.
通过数据库类,可以使用记录集对象来选择和访问结果集。
With the database classes, you use a recordset object to select and access the result set.
应用推荐