单词 | result set | ||||||||||||
释义 | result set
更多释义 收起释义 例句释义: 结果集,结果集合,结果设置 1. When bound to a DataGrid control, the result set returned by the SQL command looks like the figure below. 当绑定到DataGrid控件时,由SQL命令返回的结果集看上去如下图所示。 msdn2.microsoft.com 2. You may run a query for a limited result size, and then specify the last item in that result set as the bookmark for the next query. 可以运行有限结果大小的查询,然后将该结果集中最后一个项目指定为下一个查询的书签。 technet.microsoft.com 3. Combines the results of two or more queries into a single result set consisting of all the rows belonging to all queries in the union. 将两个或更多查询的结果组合到单个结果集中,该结果集由从属于联合的所有查询的所有行组成。 msdn2.microsoft.com 4. Combines the results of two or more queries into a single result set that includes all the rows that belong to all queries in the union. 将两个或更多查询的结果合并为单个结果集,该结果集包含联合查询中的所有查询的全部行。 msdn2.microsoft.com 5. As a verb, to combine the contents of two or more tables and produce a result set that incorporates rows and columns from each table. 作为动词,是指组合两个或多个表的内容,生成合并每个表中的行和列的结果集。 technet.microsoft.com 6. The UNION operator allows you to combine the results of two or more SELECT statements into a single result set. UNION运算符使您得以将两个或多个SELECT语句的结果组合成一个结果集。 technet.microsoft.com 7. Indicates that the data column is being used to create a grouped result set (is part of a GROUP BY clause) in an aggregate query. 表示数据列用于在聚合查询中创建分组的结果集(GROUPBY子句的一部分)。 office.microsoft.com 8. You'd also have a bit of PHP code that would call that function and loop through the result set to display the data in the application view. 您还需要编写一些PHP代码,用于调用那个函数并循环结果集,以便在应用程序视图中显示数据。 www.ibm.com 9. And is primarily used for the temporary storage of a set of rows that are returned as the result set of a table-valued function. 主要用于临时存储作为表值函数结果集返回的行集。 msdn2.microsoft.com 10. The result set returned by a pass-through query can be used in the FROM clause of a query like an ordinary base table. 传递查询返回的结果集像普通基表一样可以用于查询的FROM子句中。 technet.microsoft.com 1. Defines a cursor that reflects all data changes made to the rows in its result set as you scroll around the cursor. 定义一个游标,以反映在滚动游标时对结果集内的各行所做的所有数据更改。 msdn2.microsoft.com 2. Explains how to combine the results of two or more SELECT statements into a single result set. 说明如何将两个或多个SELECT语句的结果组合成一个结果集。 msdn2.microsoft.com 3. pureQuery is able to execute a SQL statement on this existing result set, filtering only the products that have the status of bestseller. pureQuery可以在这个已有的结果集上执行SQL语句,只过滤出状态为畅销品的产品。 www.ibm.com 4. Because these query definitions form the base result set of the CTE structure, they are referred to as anchor members. 由于这些查询定义形成了CTE结构的基准结果集,所以它们被称为“定位点成员”。 msdn2.microsoft.com 5. With YQL, it's a matter of a single SELECT query to extract it from its source page into a YQL result set, as in Listing 11. 使用YQL,仅需一个SELECT查询即可从源页面提取数据到YQL结果集中,如清单11所示。 www.ibm.com 6. The UNLOAD statement allows the result set of a query to be exported to a comma- delimited file . UNLOAD语句允许将查询的结果集导出到以逗号分隔的文件。 www.bing.com 7. Describes how SELECT statements always return a set of rows, but applications sometimes need to go through the result set one row at a time. 介绍SELECT语句如何始终返回行集,而应用程序有时需要逐行处理结果集。 msdn2.microsoft.com 8. The result set column names of a UNION are the same as the column names in the result set of the first SELECT statement in the UNION. UNION的结果集列名与UNION运算符中第一个SELECT语句的结果集中的列名相同。 technet.microsoft.com 9. If generated keys are requested on a table that has no IDENTITY column , the JDBC driver will return a null result set . 如果对不包含IDENTITY列的表请求生成键,则JDBC驱动程序将返回空结果集。 www.bing.com 10. Every time you run a mining model, take a moment to open it up and give a new name for the result set. 当您每次运行挖掘模型时,花一点时间来打开结果集并给它起一个新名字。 www.ibm.com 1. Answer: I cannot comment much about Oracle's JDBC driver implementation for handling the result set at the end of an XA transaction. 答:我不能对XA事务末尾处理结果集的OracleJDBC驱动程序实现妄加评论。 www.ibm.com 2. This query, although fairly simple in terms of the result set, is lengthy and unwieldy when you have to maintenance such a query. 尽管就结果集而言此查询相当简单,但是在必须维护这种查询的情况下,它就显得冗长且难处理。 msdn2.microsoft.com 3. Specifies the temporary named result set, also known as common table expression, defined within the scope of the DELETE statement. 指定在DELETE语句作用域内定义的临时命名结果集,也称为公用表表达式。 msdn2.microsoft.com 4. Note that if the body is changed to return more than one result set, the number of result sets should be specified manually. 注意,如果主体更改为返回一个以上的结果集,那么结果集的数量应该手动指定。 www.ibm.com 5. Although all filter clauses reduce the final result set of a query, some can also help reduce the amount of data that must be scanned. 虽然所有筛选子句都会减小查询的最终结果集,但是某些筛选子句还可以帮助减小所需扫描的数据量。 www.kuenglish.info 6. It's quite easy to execute an SQL query and then create spreadsheet cells from each field of the query result set. 执行SQL查询并从查询结果集的每个字段中创建电子表格单元格,实现这些操作很简单。 www.ibm.com 7. You are telling pureQuery that the result set of your statement should be converted to objects of the class Employee. 告诉pureQuery应该把语句的结果集转换为Employee类的对象。 www.ibm.com 8. When the current position is at a row of the result set, the values of columns in the result set can be obtained by methods that get values. 如果当前位置在结果集中的一行中,则可以利用获取值的方法来获得结果集中列的值。 www.kuenglish.info 9. Although the API is technically asking for a cursor, the default cursor characteristics match the behavior of a default result set. 虽然从技术上说API需要游标,但默认游标特征与默认结果集的行为是匹配的。 msdn2.microsoft.com 10. A cursor that shows the result set exactly as it was at the time the cursor was opened. 按照其打开时结果集所处的状态来显示结果集的一种游标。 technet.microsoft.com 1. The getContacts method returns more than just a result set in the form of a string, though. getContacts方法可以以字符串的形式返回不止一个结果集。 www.ibm.com 2. The following query will produce a result set in which the first email address of each Gold customer is returned as an HTML paragraph. 下面的查询将产生一个结果集,其中每个Gold客户的第一个email地址以HTML段落的形式返回。 www-128.ibm.com 3. Adaptive Server Anywhere must execute value-sensitive cursors in such a way that result set membership is guaranteed. AdaptiveServerAnywhere必须以保证结果集成员资格的方式执行对值敏感的游标。 www.ianywhere.com 4. From a performance point of view, a good performing access path should touch the least amount of data with respect to the final result set. 从性能的角度来看,一个良好表现的访问路径相对于最终的结果集应该触及最少的数据量。 www.ibm.com 5. There can be only one ORDER BY or COMPUTE clause after the last SELECT statement; it is applied to the final, combined result set. 而只能在最后一个SELECT语句的后面使用一个ORDERBY或COMPUTE子句;该子句适用于最终的组合结果集。 technet.microsoft.com 6. Describes how to create a query that merges the results of two or more SELECT statements into one result set. 描述如何建立将两个或更多SELECT陈述式的结果合并成为一个结果集的查询。 technet.microsoft.com 7. On Oracle, the result set is usually consumed by the caller of the procedure. 在Oracle上,这个结果集常常由过程的调用者使用。 www.ibm.com 8. Federated stored procedures may have input parameters and can return up to one result set. 联邦存储过程也可以有输入参数,并返回至多一个结果集。 www.ibm.com 9. SELECT statement that contains a variable assignment cannot be used to also perform typical result set retrieval operations . 包含变量赋值的SELECT语句不能也用于执行通常的结果集检索操作。 www.bing.com 10. The result of an intermediateResult query element is not stored in the global query result set, but only in this context variable. intermediateResult查询元素的结果没有存储在全局查询结果集中,而是仅存储在该上下文变量中。 www.ibm.com 1. Table is primarily used is for temporary storage of a set of rows returned as the result set of a table-valued function. 主要用于临时存储一组作为表值函数的结果集返回的行。 msdn2.microsoft.com 2. The only other action that an application can perform before the end of the result set is to cancel the remainder of the result set. 在检索完结果集之前,应用程序可以执行的唯一其他操作是取消结果集的剩余部分。 technet.microsoft.com 3. The size of a Cartesian product result set is the number of rows in the first table multiplied by the number of rows in the second table . 第一个表的行数乘以第二个表的行数等于笛卡尔积结果集的大小。 www.bing.com 4. The driver reads the entire result set from the server into a memory during the statement execution time. 在语句执行期间,驱动程序将整个结果集从服务器读入内存中。 msdn2.microsoft.com 5. When cursors generate a keyset for a result set, the query optimizer estimates the number of rows that will be returned for that result set. 游标为某个结果集生成键集时,查询优化器将估计为该结果集返回的行数。 msdn2.microsoft.com 6. It computes these values by looping over the result set of a query that lists companies and orders. 它通过循环遍历列出公司和订单的查询结果集来计算这些值。 www.ianywhere.com 7. Selecting one of these links re-sorts the result set by the specified field and direction. 选择这些链接之一,将根据指定的字段和方向对结果集进行重新排序。 www.ibm.com 8. This complete set of rows returned by the statement is known as the result set. 这种由语句返回的完整行集称为结果集。 msdn2.microsoft.com 9. The client can also bind out the result set to a BLOB, which allows the bytes to be passed safely back to the client without transcoding. 客户机还可以将结果集绑定到一个BLOB,从而可以将字节安全地传递回客户机,而不必进行译码。 www.ibm.com 10. This clause lets you specify the format for the results as well as where the XML formatting of the result set is to take place. 这个子句可让您指定结果的格式,并指定结果集的XML格式化发生的位置。 msdn2.microsoft.com 1. This result set can be used for further processing or returned to the client. 此结果集可以用于进一步进行处理,也可以返回到客户端。 msdn2.microsoft.com 2. If the article has only delete conflicts and no conflict_table rows, the name of the conflict_table in the result set is NULL. 如果项目只有删除冲突而没有conflict_table行,则结果集中conflict_table的名称为NULL。 technet.microsoft.com 3. Select this check box to display the result set in a new tab, instead of at the bottom of the query document window. 选中此复选框可在新选项卡中显示结果集,而不是在查询文档窗口的底部显示。 msdn2.microsoft.com 4. In Listing 1, column_name-1 specifies the name of a column in the result set of an executed query. 在清单1中,column_name-1指定已执行查询的结果集中某个列的名称。 www.ibm.com 5. Each record from the SQL result set is represented as a element, and individual fields of each record are nested within each corresponding . 来自SQL结果集的每条记录都表示为一个元素,而每条记录的单个字段则嵌入到每个相应的中。 www.ibm.com 6. This implementation of the IDomainObjectFactory interface can turn a returned result set into a service object. IDomainObjectFactory接口的实现,把一个返回的结果集转变为一个服务对象。 www.infoq.com 7. The main query then checks to see whether employee IDs from the Orders table are in the result set. 主查询随后会检查“订单”表中的员工ID是否在该结果集中。 office.microsoft.com 8. If you do not include this clause, an error is reported when the procedure is called if the statement produces a result set. 如果未包含此子句,在该语句返回结果集的情况下,调用该过程时将报告一个错误。 www.ianywhere.com 9. It uses linguistic processing to determine the result set of a full-text search query. 它使用语言处理确定一个全文搜索的查询结果。 www.ibm.com 10. The fundamental role of a result set is to provide Java applications with a usable representation of the database data. 结果集的基本作用是向Java应用程序提供数据库数据的可用表示形式。 msdn2.microsoft.com 1. Accidentally dropping a join predicate may result in a query which takes much longer to run than expected, and returns a huge result set. 意外丢失联接谓词可能导致查询的运行时间比预期长得多,并返回一个巨大的结果集。 msdn2.microsoft.com 2. When executing the stored procedures with result sets, do not include the result set arguments in the list of procedure arguments. 执行带有结果集的存储过程时,请不要在该过程的参数列表中包括结果集参数。 www.ianywhere.com 3. These last two parameters refer to the date range of event start times to be included in the result set of events. 最后这两个参数指示要包含在事件结果集中的事件开始时间的日期范围。 www.ibm.com 4. Also check whether the client has any other restrictions to handle the result set. 还要检查客户机对处理结果集是否有任何其他限制。 www.ibm.com 5. Selecting from the sys. Extended_procedures view in any other database context will return an empty result set. 从任何其他数据库上下文中的sys.extended_procedures视图中进行选择,将返回空的结果集。 technet.microsoft.com 6. This approach can be especially effective for narrowing the search result set for a complex search request. 如果要缩小复杂搜索请求的搜索结果集,此方法可能尤其有效。 technet.microsoft.com 7. Specifies whether the result set of the query is returned as an attached file. 指定查询结果集是否作为附件返回。 www.kuenglish.info 8. A rewind means that none of the correlated parameters changed and the prior inner result set may be reused. 重绕意味着任何相关参数都没有发生更改,可以重用之前的内侧结果集。 technet.microsoft.com 9. Closes an open cursor by releasing the current result set and freeing any cursor locks held on the rows on which the cursor is positioned. 释放当前结果集,然后解除定位游标的行上的游标锁定,从而关闭一个开放的游标。 msdn2.microsoft.com 10. The ones that have matching attributes are returned; everything else is tossed out of the result set. 属性匹配的返回,其他的则在结果集中排除掉。 www.ibm.com 1. One call that builds the rule model in the database and a second one that extracts the rules and returns them as result set. 一个调用在数据库内构建规则模型,另一个调用提取这些规则并将其作为结果集返回。 www.ibm.com 2. This value causes the result page to be calculated forward from either the start of the result set or forward from a bookmark if specified. 此值使结果页从结果集开头向前计算或从指定的书签向前计算。 technet.microsoft.com 3. The bcp command allows you to export the result set from a Transact-SQL statement to a data file. 通过bcp命令,可以将Transact-SQL语句的结果集导出到数据文件。 msdn2.microsoft.com 4. A recursive CTE is one in which an initial CTE is repeatedly executed to return subsets of data until the complete result set is obtained. 递归CTE是一个重复执行初始CTE以返回数据子集直到获取完整结果集的公用表表达式。 msdn2.microsoft.com 5. The result set returns values for the quantity sold of each product and the total quantity sold of all products. 结果集返回每种产品的售出数量值和所有产品的销售总量值。 technet.microsoft.com 6. A scrollable result set allows the cursor to be moved to any row in the result set. 可滚动结果集允许游标移动到结果集中的任意行。 www.ibm.com 7. Besides, the total number or rows in the result set is now estimated correctly. 此外,现在可以正确地估计结果集中的总行数。 www.ibm.com 8. When a search is performed, an SQL result set containing the results of the search is returned from the search procedure to the application. 执行搜索时,搜索过程向应用程序返回一个包含搜索结果的SQL结果集。 www.ibm.com 9. Notice here that not every item added to the result set is necessarily going to have all of the selection properties available. 注意,添加到结果集中的每个条目不一定具有所有选择属性。 www-128.ibm.com 10. Applications, especially interactive online applications, cannot always work effectively with the entire result set as a unit. 应用程序,特别是交互式联机应用程序,并不总能将整个结果集作为一个单元来有效地处理。 msdn2.microsoft.com 1. The result set of the cursor has at least one row. 游标的结果集至少有一行。 msdn2.microsoft.com 2. Group Members without Filtered Users queries for members of a group, but removes a set of users from the result set. GroupMemberswithoutFilteredUsers用于查询一个组的成员,但从结果集中删除一组用户。 www.ibm.com 3. With SQLObject, you need to iterate over the entire result set and modify the last_call member of each object, which is much less efficient. 使用SQLObject,您需要迭代通过整个结果集,并修改每个对象的last_call成员,这是非常低效的。 www.ibm.com 4. As you can see in Listing 11, grabbing the last column in a result set is as easy as indexing with a -1. 您在清单11中可以看到,提取结果集的最后一个元素非常容易,只要用-1作索引就可以。 www.ibm.com 5. The result set tab of the DB2 Command Center allows to make changes to the result set of a query and to add additional rows. 在DB2CommandCenter的结果集选项卡中可以修改查询的结果集,并添加其他行。 www.ibm.com 6. You can use the FIRST or TOP keywords to limit the number of rows included in the result set of a query. 您可以使用FIRST或TOP关键字限制查询的结果集中包括的行数。 www.ianywhere.com 7. To see the entire result set, export your query back to Interactive SQL by clicking OK. 若要查看整个结果集,请单击[确定]将查询导回InteractiveSQL。 www.ianywhere.com 8. The session bean requests the errand result set from the ErrandsListEJB, which returns an array of errand IDs to be displayed as a list. 会话bean请求来自ErrandsListEJB(它返回一个将以列表形式显示的差事标识数组)的差事结果集。 www.ibm.com 9. When you execute a query in an application, the result set consists of a number of rows. 当您在应用程序中执行查询时,结果集由许多行组成。 www.ianywhere.com 10. The GROUP BY clause restricts the rows of the result set; there is only one row for each distinct value in the grouping column or columns. GROUPBY子句限制结果集中的行数,每个不同的值在组合列中只占一行。 msdn2.microsoft.com 1. The default value is 0, which indicates that the starting position is the beginning of the result set. 默认值为0,指示起始位置为结果集的开始处。 msdn2.microsoft.com 2. Reports the attributes of the columns in the result set of a server cursor. 报告服务器游标结果集中的列属性。 msdn2.microsoft.com 3. If you use the DISTINCT keyword you may not be able to modify the result set in the results pane. 如果使用DISTINCT关键字,则可能无法在结果窗格中修改结果集。 msdn2.microsoft.com 4. Each RETURN ROW call adds a new row into the returned result set where column values are the current values of the result set column names. 每个RETURNROW调用向返回的结果集增添一个新行,该结果集中的列值为结果集列名的当前值。 www.ibm.com 5. To handle multiple result sets, ODBC must describe the currently executing cursor, not the procedure-defined result set. 要处理多个结果集,ODBC必须描述当前正在执行的游标,而不是描述由过程定义的结果集。 www.ianywhere.com 6. It marks the beginning of a result set and uses the record metadata to construct the metadata that describes the result set. 它标记结果集的开头,并使用记录元数据来构造描述结果集的元数据。 msdn2.microsoft.com 7. Note the name of the DataReader destination that contains the result set you want to use in the report. 请记下特定DataReader目标的名称,该目标包含要在报表中使用的结果集。 msdn2.microsoft.com 8. If column_list is not specified, the table variable must have the same number of columns as the OUTPUT result set. 如果未指定column_list,则table变量必须与OUTPUT结果集具有相同的列数。 technet.microsoft.com 9. Updates through the cursor are not allowed, and no locks are held on the rows that make up the result set. 不允许通过游标进行更新,并且不对组成结果集的行进行锁定。 msdn2.microsoft.com 10. Omit the ORDER BY clause if you do not need the result set to be ordered. 如果不需要对结果集进行排序,则省略ORDERBY子句。 msdn2.microsoft.com 1. More than one copy of the same object was detected in the result set of an enumeration. 在一个枚举的结果集内检测到同一对象的多个副本。 msdn2.microsoft.com 2. Specifies the conditions for the rows returned in the result set for a SELECT statement, query expression, or subquery. 指定要在SELECT语句、查询表达式或子查询的结果集中返回的行的条件。 technet.microsoft.com 3. This class contains numerous methods that return information in the form of a single value, or as a result set. 该类包含很多以单个值或结果集的形式返回信息的方法。 msdn2.microsoft.com 4. Specifies that multiple result sets are to be combined and returned as a single result set. 指定合并多个结果集并将其作为单个结果集返回。 msdn2.microsoft.com 5. Columns containing NULL do not match any values when you are creating an inner join and are therefore excluded from the result set. 当创建内部联接时,包含NULL的列不与任何值匹配,因此不包括在结果集内。 technet.microsoft.com 6. When this property is set, only a limited number of result set rows are retained in client memory. 如果设置该属性,则客户端内存中仅保留数目有限的结果集行。 msdn2.microsoft.com 7. The result set column names are declared in the RETURNS section of the procedure definition, as shown in Listing 19. 结果集列名在过程定义的RETURNS部分声明,如清单19所示。 www.ibm.com 8. The advanced paging parameters control the size of the result set and can also be used to sort the results. 高级分页参数可以控制结果集的大小,还可用于对结果进行排序。 technet.microsoft.com 9. To return the contents of the inbox as a result set to the client, do not provide any input parameters. 若要将收件箱的内容作为结果集返回客户端,请不要指定任何输入参数。 technet.microsoft.com 10. Restricts the result set to contain only databases on which the specified replication option type value has been enabled. 将结果集限制为只包含已在其上启用指定复制选项type值的数据库。 msdn2.microsoft.com 1. Inserts from within the result set and from outside of it are both visible. 从结果集内部和外部插入都是可见的。 msdn2.microsoft.com 2. This approach incurs the cost of transferring the full result set and storing it in the user's session. 由于要传输完整的结果集并把它存储在用户会话中,这种方式需要成本。 www.ibm.com 3. The result set is in ascending, alphabetical order by the last name, and then by the first name. 结果集是按照姓氏,然后按照名字以字母顺序升序排列的。 msdn2.microsoft.com 4. It is joined to the result set of the last table in the join sequence, CUST_CUSTOMER. 其在联接序列中联接最后一个表的结果集,即CUST_CUSTOMER。 www.ibm.com 5. Note that XQUERY, by default, serializes its result set into a CLOB. 注意,默认情况下,XQUERY会将它的结果串行化为一个CLOB。 www.ibm.com 6. Is used for command execution, the provider will append extra columns to the result set for existing primary key and timestamp columns. 用于命令执行时,提供程序将为现有主键列和时间戳列的结果集附加额外的列。 msdn2.microsoft.com 7. The result set forms the complete CREATE PROCEDURE statement used to create the custom stored procedure. 该结果集构成了用于创建自定义存储过程的完整CREATEPROCEDURE语句。 technet.microsoft.com 8. Is an optional alias to replace a column name in the result set of the derived table. 代替派生表的结果集内列名的可选别名。 msdn2.microsoft.com 9. Another approach to extracting data from the XML of a SPARQL result set is to apply an XSLT. 从XML形式的SPARQL结果集中提取数据的另一种办法是应用XSLT。 www.ibm.com 10. If you don't need that piece of information, just drop it off the result set prior to bind. 如果您不需要这段信息,只需在绑定之前将它从结果集删除。 msdn2.microsoft.com 1. The result set forms the complete CREATE PROCEDURE statement necessary to create the custom stored procedure. 该结果集构成创建自定义存储过程所需的完整CREATEPROCEDURE语句。 technet.microsoft.com 2. Updated rows might subsequently reappear at different positions within the result set, or might disappear completely. 已更新的行随后可能重新出现在结果集内的不同位置,或者可能完全消失。 msdn2.microsoft.com 3. They must have the same number of columns, and the corresponding result set columns must have compatible data types. 而且它们的列数必须相同,并且相应的结果集列的数据类型必须兼容。 technet.microsoft.com 4. ArticleName also contains summary information for rows in the result set that do not represent article details. ArticleName还包含结果集中未提供项目详细信息的行的汇总信息。 msdn2.microsoft.com 5. Changes made to a result set by another process or thread while data is being read may be visible to the user of the OdbcDataReader. OdbcDataReader的用户可能会看到在读取数据时另一进程或线程对结果集所做的更改。 msdn2.microsoft.com 6. Identify the columns to be included in the result set, as shown in Figure 16. 指定结果集中包括的列,如图16所示。 www.ibm.com 7. In SQL procedures, cursors can be used to do more than iterate through rows of a result set. 在SQL过程中,游标不仅仅可以用来遍历结果集中的行。 www.ibm.com 8. The result set of the SELECT statement forms the virtual table returned by the view. SELECT语句的结果集构成视图所返回的虚拟表。 msdn2.microsoft.com 9. The CTE result set is derived from a simple query and is referenced by UPDATE statement. CTE结果集派生自简单查询并由UPDATE语句引用。 msdn2.microsoft.com 10. For roles with mandatory staff assignment, the default for an empty result set additionally applies. 对于具有强制人员分配的角色,将另外应用空结果集的缺省值。 www.ibm.com 1. It sends a message and a query result set attachment to the specified recipients. 它向指定收件人发送消息和查询结果集附件。 msdn2.microsoft.com 2. As you can see, the left side of the mapping has been updated to reflect the modified result set. 如您所见,映射左侧的值已经被更新为修改后的结果集。 www.ibm.com 3. Set attributes or properties defining the characteristics of the cursor the API automatically maps over each result set. 设置定义游标特征的特性或属性,API自动将游标映射到每个结果集。 msdn2.microsoft.com 4. For maximum portability, result set columns within each row should be read in left-to-right order, and each column should be read only once. 为了获得最大的可移植性,应该按从左到右的顺序读取每行中的结果集列,而且每列只能读取一次。 dict.bioon.com 5. The associated updating and scrolling of a large result set will be an expensive operation. 大型结果集的相应更新和滚动会是耗资源的操作。 www.ibm.com 6. For queries that return a set of user IDs, a union of the results of all queries is created, and builds the result set of user IDs. 对于返回一组用户ID的查询,将创建所有查询结果的并集,并构建用户ID的结果集。 www.ibm.com 7. Microsoft SQL Server statements produce a complete result set, but there are times when the results are best processed one row at a time. MicrosoftSQLServer语句产生完整的结果集,但有时候最好对结果进行逐行处理。 msdn2.microsoft.com 8. The first line identifies the SQL columns to be included in the query result set and the source tables referenced in the query. 第一行标识出要包括在查询结果集中的SQL列以及查询中所引用的源表。 www-128.ibm.com 9. Statement objects. Statement objects that have overloads with result set holdability parameters will throw an exception when called. 包含带有结果集保持能力参数的重载的语句对象会在调用时引发异常。 msdn2.microsoft.com 10. The existing table definition must specify the characteristics of the columns of the stored procedure's first result set. 现有表定义必须指定存储过程第一个结果集的各列的特征。 www.ibm.com 1. Bind the result set column, return code, parameter, or parameter marker to a specific variable or array of variables. 将结果集列、返回代码、参数或参数标记绑定到特定变量或变量数组。 msdn2.microsoft.com 2. This new stored procedure returns the OUT_LANGUAGE parameter as a column in a single-row result set. 这个新的存储过程将OUT_LANGUAGE参数作为单行结果集中的一列返回。 www.ibm.com 3. Use the result set of a query executed on a remote server. 使用在远程服务器上执行的查询结果集。 msdn2.microsoft.com 4. The WITH clause specifies the schema of the result set and how the value is found for each column in the result set. WITH子句指定结果集的模式以及如何为结果集中的每一列找到值。 www.ianywhere.com 5. This method is not as effective for searches in which the result set size changes greatly according to whether the WHERE clause is included. 对于结果集大小根据是否包括WHERE子句而变化极大的搜索来说,此方法不那么有效。 technet.microsoft.com 6. Use the ResultSize parameter to specify the total number of items to display in the result set. 使用ResultSize参数指定在结果集中显示的总项数。 technet.microsoft.com 7. This procedure dumps all the collected trace data into a result set which it returns to the caller. 该过程将所有收集到的跟踪数据dump到一个结果集中,并将该结果集返回给调用者。 www.ibm.com 8. Several optional arguments can be passed in, mostly having to do with paging the result set. 可以传入几个可选参数,大部分用于处理结果集分页。 www.ibm.com 9. The result shows that these methods can prune the result set of association analysis effectively. 经实例运算表明,新算法能有效地剪裁关联分析所得到的结果关系集合。 www.ceps.com.tw 10. The following query groups the products, and then restricts the result set to only those groups for which the name starts with B. 以下查询对产品进行分组,然后将结果集限制为只包含名称以B开头的那些组。 www.ianywhere.com 1. Is the name of a column to include in the result set. 要包含在结果集中的列的名称。 technet.microsoft.com 2. The advanced paging parameters are used with the Get-Message and Get-Queue cmdlets to control how the result set is sorted and displayed. 通过将高级分页参数与Get-Message和Get-Queuecmdlet一起使用,可以控制结果集的排序和显示方式。 technet.microsoft.com 3. Object passed in as a parameter has hidden columns, those columns are not propagated to the result set sent to the client. 对象具有隐藏的列,这些隐藏列不会传播到发送到客户端的结果集中。 msdn2.microsoft.com 4. Then it initiates the pink leg, waits for it to complete, and retrieves its result set. 然后,它开启粉色分支,等待它完成,然后获取它的结果集。 www.ibm.com 5. However, the type mapping of the result set is not affected by the user defined type mappings. 但是,结果集的类型映射不受用户定义的类型映射影响。 www.ibm.com 6. Specifies the file name to use for the result set of the query attachment. 指定查询结果集附件使用的文件名。 msdn2.microsoft.com 7. In general, the query optimizer selects a plan that will return the entire result set in the shortest amount of time. 通常,查询优化器选择将在最短时间内返回整个结果集的计划。 www.ibm.com 8. We think there is a strong need to research on using search and query to achieve one query, one result set across data and content. 我们认为迫切需要研究使用搜索和查询在数据和内容之间实现一项查询,一组结果集。 www.ibm.com 9. Static cursors use a work table to store the complete result set of the cursor. 静态游标使用工作表来存储游标的完整结果集。 www.kuenglish.info 10. The result set includes all skipped quanta since the application started. 结果集包括自从应用程序启动以来跳过的所有量程。 technet.microsoft.com 1. The SortOrder parameter specifies an array of message properties that are used to control the sort order of the result set. SortOrder参数指定一个邮件属性数组,用于控制结果集的排序顺序。 technet.microsoft.com 2. Now let's consider a slightly different situation, in which you want to project XML values into your returned result set. 现在让我们考虑一种稍微有些不同的情景,假设您想将XML值投影到返回的结果集。 www.ibm.com 3. If you want to view successive pages, you can set a bookmark for the last object retrieved in a result set and run an additional query. 如果要查看连续的页,可以为在结果集中检索到的最后一个对象设置书签,并运行其他查询。 technet.microsoft.com 4. In the next example, the result handler processes a result set and returns an HTML page, displaying the result set contents as a table. 在接下来的例子中,结果集处理程序处理一个结果集,并返回一个HTML页面,这个页面以表的形式显示结果集的内容。 www.ibm.com 5. The technique to return a result set (or multiple results) from a database into a Perl program is pretty much the same. 从数据库中返回一个结果集(即多个结果)到Perl程序中的技术与前面所采用的技术非常类似。 www.ibm.com 6. The pseudo column LEVEL can be used in the ORDER BY clause to return the result set in search breadth first sequence. 可在ORDERBY子句中使用伪列LEVEL按照搜索宽度优先顺序返回结果集。 www.ibm.com 7. Static cursors retrieve the entire result set at the time the cursor is opened. 静态游标在打开游标时检索整个结果集。 msdn2.microsoft.com 8. Hibernate seamlessly hides all of this at run time, properly parsing the result set and returning the proper list of objects. Hibernate在运行时无缝地隐藏这些细节,它会正确地解析结果集并返回正确的对象列表。 www.ibm.com 9. To be included in the result set, messages must meet all conditions of the filter. 邮件必须满足筛选器的所有条件才能包含在结果集中。 technet.microsoft.com 10. Also, it is possible to group lines of the result set using the XMLAGG column function. 并且还可使用XMLAGG列函数将结果集的各行进行分组。 www.ibm.com 1. Code will need to keep track of how many items it has added to the result set and cut off execution if it reaches the maximum number. 代码需要跟踪结果集中已经添加了多少条目,如果到达最大数量,就停止执行。 www-128.ibm.com 2. Indexes can reduce the amount of data that must be read to return the query result set. 索引可以减少为返回查询结果集而必须读取的数据量。 msdn2.microsoft.com 3. Scroll locks in the last accessed fetch buffer are held until the result set is closed. 在最后一次访问的提取缓冲区内滚动锁定将一直处于保留状态,直到结果集关闭。 msdn2.microsoft.com 4. The procedure-based handler is best used for result set consumption or "one and done" type SQL statements such as MERGE. 基于语句的Handler程序最适合使用结果集或MERGE之类的“一气呵成”型SQL语句。 www.ibm.com 5. Functions customize the appearance of the result set. 函数自定义结果集的外观。 msdn2.microsoft.com 6. A one-dimensional array is returned to the client as a single-row result set with as many columns as there are elements in the array. 一维数组作为单行结果集返回给客户端,其中的列数与数组中的元素数相等。 msdn2.microsoft.com 7. Indicates that only a specified first set or percent of rows will be returned from the query result set . 指示只能从查询结果集返回指定的第一组行或指定的百分比数目的行。 www.bing.com 8. Like an SQL table, the result set is made up of columns and rows. 与SQL表相同,结果集由行和列组成。 msdn2.microsoft.com 9. Function to retrieve values for multiple elements and map these into columns of an SQL result set. 函数来检索多个元素的值,然后将这些映射到一个SQL结果集的列。 www-128.ibm.com 10. Applications cannot always work effectively with the entire result set as a unit. 应用程序常常无法将整个结果集作为一个单元来有效地进行处理。 msdn2.microsoft.com 1. Is a standard SELECT statement that defines the result set of the cursor. 定义游标结果集的标准SELECT语句。在游标声明的。 msdn2.microsoft.com 2. In the example, the variable num_col will have the value zero, since the procedure does not return a result set. 在此示例中,变量num_col的值将为零,这是因为该过程不返回结果集。 www.ianywhere.com 3. The part of the result set that concerns index usage is in the TCB Index Stats section. 与索引使用相关的结果集部分包含在TCBIndexStats部分中。 www.ibm.com 4. Independently of the "threshold" parameter staff repositories can impose their own limitations on the result set size. 与“threshold”参数无关,人员存储库可以对结果集的大小施加自己的限制。 www.ibm.com 5. The FETCH statements return the value for the column specified in the DECLARE CURSOR as a single-row result set. FETCH语句以单行结果集形式返回在DECLARECURSOR中指定的列的值。 technet.microsoft.com 6. The UNION, EXCEPT, and INTERSECT operators can be used between queries to combine or compare their results into one result set. 可在查询之间使用UNION、EXCEPT和INTERSECT运算符,以便将各个查询的结果合并或比较到一个结果集中。 technet.microsoft.com 7. Also, this returns more properly formatted XML, with a root result set tag. 另外,它返回格式更正确的XML,其中有一个根结果集标记。 www.ibm.com 8. As you can see, the output is a simple SQL result set. 可以看到,输出是一个简单的SQL结果集。 www-128.ibm.com 9. The result set should include the same information and super-aggregate information for each of the GROUP BY columns. 结果集应为每个GROUPBY列包含相同的信息和超聚合信息。 technet.microsoft.com 10. User IDs are added only once to the result set, if the same user ID is returned by a second query, it will be ignored. 用户ID仅添加到结果集一次,如果第二个查询返回相同的用户ID,则会将其忽略。 www.ibm.com 1. Before closing the database connection, this utility function ensures that the memory occupied by the result set in $dbResult gets freed. 在关闭数据库连接之前,这个实用程序函数确保释放$dbResult中的结果集占用的内存。 www.ibm.com 2. An empty result set is not the same as a null value. 空结果集与空值不同。 technet.microsoft.com 3. Filtering refers to the operation of restricting the result set to contain only those elements that satisfy a specified condition. 筛选作业指的是将结果集限制为只包含符合所指定条件的项目。 technet.microsoft.com 4. Generates totals that appear as additional summary columns at the end of the result set. 生成合计作为附加的汇总列出现在结果集的最后。 msdn2.microsoft.com 5. The SELECT statement clause that defines the columns of the result set returned by the statement. SELECT语句的子句之一,用于定义SELECT语句所返回的结果集的各列。 technet.microsoft.com 6. If the DYNAMIC RESULT SETS clause is not provided, it is assumed that the method returns no result set. 如果不提供DYNAMICRESULTSETS子句,则假定此方法不返回结果集。 www.ianywhere.com 7. YQL also supports various utility functions that can be used to sort, count, and eliminate duplicates from the result set. YQL也支持各种实用函数,这些函数可用于排序、计数以及消除结果集中的重复项。 www.ibm.com 8. The recursive member returns the direct subordinate of the employee in the anchor member result set. 递归成员返回定位点成员结果集中的雇员的直接下属。这是通过在。 msdn2.microsoft.com 9. The result set returned by sys. Dm_db_missing_index_columns returns this information in its column_usage column. sys.dm_db_missing_index_columns返回的结果集在其column_usage列中返回此信息。 technet.microsoft.com 10. Depending on the type of cursor in use, the result set as seen by the application may change to reflect these changes or may not. 根据所使用的游标类型不同,应用程序所看到的结果集可能会更改以反映出这些更改,也可能不会更改。 www.ianywhere.com 1. Maximum record rows per page: The number of result set rows that will be displayed per page in the list JSP. 每页最大记录行:在JSP列表中每页显示的结果集行的数目。 www.ibm.com 2. While all rows in a result set share the same number of columns and column types, different result sets can have different column layouts. 一个结果集中的所有行具有相同的列数量和列类型,而不同的结果集可以具有不同的列布局。 www.ibm.com 3. The recursive member returns the direct subordinate(s) of the employee in the anchor member result set. 递归成员返回定位点成员结果集中的雇员的直接下属。 msdn2.microsoft.com 4. When this is not assigned to a variable or no further functions are performed, it will by default print a sample result set to the screen. 如果没有分配一个变量或没有执行其他函数,它将在屏幕上默认打印一个样例结果集。 www.ibm.com 5. Is specified, there is an additional result set that shows the file allocation for the specified database . 便会有显示指定数据库的文件分配的其他结果集。 www.bing.com 6. Any records that match the search string will become part of the enumeration result set. 所有与搜索字符串相匹配的记录都将成为枚举结果集的一部分。 www.ibm.com 7. a comma separated list of attribute names which defines which attributes of the entries in the result set to display. 用逗号分隔的属性名列表,它定义要在结果集中显示条目的哪些属性。 www.ibm.com 8. The result set contains rows and columns to hold the requested data elements, and it is navigated with a cursor. 结果集包含一些行和列,用于保存请求的数据元素,并使用游标对其进行导航。 msdn2.microsoft.com 9. This means that subsequent SQL OPEN and CLOSE operations will merely reposition the cursor to the first row of the result set. 这意味着后续SQLOPEN和CLOSE操作只是将游标重新定位到结果集的第一行。 www.ibm.com 10. This type of reduced result set can be compared to viewing reports with limited data. 这种缩减的结果集可以与查看限制数据报表相对比。 www.ibm.com 1. Listing 11 also demonstrates Zorba's support for the XQuery where clause, which is commonly used to filter the output result set. 清单11还显示Zorba对XQuerywhere子句的支持,它通常用于过滤结果集的输出。 www.ibm.com 2. Fails if the result set does not contain the expected number of rows. 如果结果集不包含预期的行数,则不成立。 msdn2.microsoft.com 3. Changes to the underlying data that are not reflected in the result set seen by the cursor are invisible. 如果对基础数据的更改不反映在游标所看到的结果集中,那么这种更改就是不可见的。 www.ianywhere.com 4. The same result set is returned if you specify only the table name or any of the options. 如果您仅指定了表名或任意选项,则返回相同的结果集。 msdn2.microsoft.com 5. Returns an empty result set if there is no credential specified for this target server. 如果不存在为此目标服务器指定的凭据,则返回一个空结果集。 msdn2.microsoft.com 6. ROLLUP returns a single result set while COMPUTE BY returns multiple result sets that increase the complexity of application code. ROLLUP返回单个结果集,而COMPUTEBY返回多个结果集,而多个结果集会增加应用程序代码的复杂性。 technet.microsoft.com 7. If the maximum quantity for a particular special offer is NULL, the MaxQty shown in the result set is 0. 00. 如果某个特殊特价产品的最大量为NULL,则结果集中显示的MaxQty为0. technet.microsoft.com 8. Use the Object Finder tool to select the result-set in the SQuirreL SQL window, as shown in Figure 9. 利用ObjectFinder工具在SQuirreLSQL窗口中选择这个结果集合,如图9所示。 www.ibm.com 9. The value of this parameter is a 1-based index in the total result set. 此参数的值是结果集总数中从1开始的索引。 technet.microsoft.com 10. CROSS APPLY returns only rows from the outer table that produce a result set from the table-valued function. CROSSAPPLY仅返回外部表中通过表值函数生成结果集的行。 msdn2.microsoft.com 1. The sequence of the sort columns in the ORDER BY clause defines the organization of the sorted result set. ORDERBY子句中的排序列序列定义了排序结果集的结构。 msdn2.microsoft.com 2. The second query evaluated uses an SQL statement that returns thousands of result set rows. 测试的第二个查询使用了一条将返回包含数千行数据的结果集的SQL语句。 www.ibm.com 3. Applications must move data from the columns of a fetched row in a result set into application variables. 应用程序必须将结果集中提取行的各列中的数据移至应用程序变量。 msdn2.microsoft.com 4. The final result set returned by the running query is the union of all result sets generated by the anchor and recursive members. 正在运行的查询返回的最终结果集是定位点成员和递归成员生成的所有结果集的并集。 msdn2.microsoft.com 5. Call API functions or methods to position the application on a row within the result set. 调用API函数或方法,将应用程序定位到结果集的某一行。 technet.microsoft.com 6. Each variable in the list, from left to right, is associated with the corresponding column in the cursor result set. 列表中的各个变量从左到右与游标结果集中的相应列相关联。 technet.microsoft.com 7. The entire result set is sent to the client computer, which then filters the data and provides a filtered result set. 所得到的整个结果集都将发送到客户端计算机,然后由后者筛选数据并提供经过筛选的结果集。 technet.microsoft.com 8. For each tuple in the specified set, the members of the specified hierarchies are extracted into new tuples in the result set. 对于指定集中的每个元组,将指定层次结构的成员提取到结果集中的新元组。 msdn2.microsoft.com 9. In this manner, the contents of the entire result set are transferred to the spreadsheet. 通过这种方式,整个结果集的内容被转移到电子表格。 www.ibm.com 10. When not positioned in a valid result set, 0; otherwise the number of columns in the current row. 如果未定位在有效的结果集中,则为0;否则为当前行中的列数。 msdn2.microsoft.com 1. When the query specified returns multiple results, each result set is placed in a separate table. 当指定的查询返回多项结果时,每个结果集都放置在单独的表中。 msdn2.microsoft.com 2. Method effectively places the result set into insert mode, and cursor positioning methods terminate insert mode. 方法有效地使结果集变成插入模式,游标定位方法则终止插入模式。 msdn2.microsoft.com 3. Rows for which the SUBSCRIBE BY value is in the subquery result set are extracted or synchronized. 其SUBSCRIBEBY值在子查询结果集内的行将被抽取或同步。 www.ianywhere.com 4. The tables from which the result set data is retrieved, and any logical relationships between the tables. 从中检索结果集数据的表,以及这些表之间的所有逻辑关系。 msdn2.microsoft.com 5. Since there are two authors with a last name of Ringer, the result set includes two rows starting with the authors tag. 由于有两名姓Ringer的作者,结果集将包含两个以authors标记开始的行。 msdn2.microsoft.com 6. Reporting Services currently supports only the first result set returned. ReportingServices当前仅支持返回的第一个结果集。 technet.microsoft.com 7. A list of the mining model columns and prediction functions that are returned in the result set. 结果集中返回的挖掘模型列和预测函数的列表。 msdn2.microsoft.com 8. Specifies the sort priority for data columns used to sort the result set. 指定用于对结果集进行排序的数据列的排序优先级。 technet.microsoft.com 9. The tool will display the result set, if any, in a list view where each column represents one attribute. 此工具在列表视图中显示结果集(如果有的话),每个列代表一个属性。 www.ibm.com 10. simple states that the attribute content will be added to the (intermediate) query result set. simple规定将属性内容添加到(中间)查询结果集。 www.ibm.com 1. A singleton bucket is indicated by a Low value in the result set being equal to the corresponding High value. 单一域桶是通过结果集中的Low值等于相应的High值进行指示的。 www.ianywhere.com 2. The final result set in the sample shows two columns: fullrecord (XML) and id (integer), as shown in Figure 9. 本示例最终的结果集显示两个列:fullrecord(XML)和id(整数),如图9所示。 www.ibm.com 3. After all requested tables or constraints have been checked, the result set is returned. 检查完所有请求的表和约束后,将返回结果集。 technet.microsoft.com 4. If the object's target attribute is simple (person), its content will be added to the (intermediate) result set. 如果对象的目标属性为简单的(人员),则将其内容添加到(中间)结果集。 www.ibm.com 5. They provide quick search, advanced search, numeric search, recent search, last result set. 他们提供了快速检索、高级检索、数字检索、新发布信息检索及上次检索设置等选项。 www.patentportal.cn 6. This means that the unique values returned by the EmployeeID column themselves become fields in the final result set. 这意味着EmployeeID列返回的唯一值自行变成了最终结果集中的字段。 technet.microsoft.com 7. ODBC, OLE DB, ADO. NET Variable result-set procedures can be used by applications using these interfaces. ODBC、OLEDB、ADO.NET使用这些接口的应用程序可以使用可变结果集过程。 www.ianywhere.com 8. For more information about result set limitations, see Configuring query limits on result sets. 您可以查看配置结果集的查询限制,以得到关于结果设置界限的更多信息。 www.ibm.com 9. You can use methods on the result set object to set the position to different rows in the result set. 可以对结果集对象使用方法,将位置设置到结果集中不同的行。 www.ianywhere.com 10. These include the density of a result set, size of a result set, amount of time taken to execute the MDX, etc. 这些包括一个结果集的密度、一个结果集的大小、执行MDX所需的时间,等等。 www.ibm.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。