Listing 7 shows a query for the Bob server.
清单7显示bob服务器查询。
Editing a query for search-within-result functionality.
编辑查询实现“在结果中搜索”功能。
The runtime degree of a query for intra-partition can be altered in many ways.
可以有很多方法来修改内部分区的查询的运行时等级。
Figure 13 shows a query for implementations of the RetailerPortType portType.
图13展示了实现 RetailerPortType portType的实现的查询。
Listing 16 shows an example of a GeoNames response packet to a query for 'Berlin, Germany'.
清单16显示了一个查询'Berlin,Germany '时的GeoNames响应包示例。
Note: Here is a query for which the optimizer cannot consider using the functional index.
注意:优化器不会对下面这个查询使用函数索引。
So I decided to prepare two examples: a transformation example for XSLT and a query for XQuery.
所以我决定使用两个示例:一个转换示例用于XSLT,一个查询示例用于XQuery。
Select and run a query for one of the record types that has been enabled for the integration (such as All Defects).
为在这个集成中激活的记录类型选择并运行一个查询(比如allDefects)。
Now imagine a database with enough of these records that a query for images taken on 2009-11-16 returns 5,000 images.
现在假设一个数据库具有足够的记录,查询拍摄于2009-11-16的图像将返回5,000个图像。
Specify that any missing statistics needed by a query for optimization are built automatically during optimization.
明确规定,任何查询最优化所需要但是缺少的统计信息在最优化过程中会被自动产生。
The sample document could be located with a query for "IBM laptop" even though these keywords never appear in the document text directly.
即使在示例文档的文本中并没有直接出现关键字“IBM laptop”,但是对“IBM laptop”的查询仍然可以找到这个文档。
Since you should see a query for each of the addresses, the results will not be pretty, in terms of performance. Listing 6 tells the story.
由于您应该看到针对每个地址的查询,所以就性能而言,结果并不尽如人意。
The User Group for example allows to create a query for all work items created by, modified by, owned by or resolved by a certain user.
例如,UserGroup允许创建查询来查询由某个用户创建、修改、拥有或解决的所有工作物件。
If you need more control over the query results, or if you want to save a query for future use, you can create a query in the query Editor.
如果需要对查询结果拥有更多控制,或者希望保存查询以便将来使用,您可以在查询编辑器中创建查询。
You can print the results of a query for work items, or you can print the complete data of a single work item or of a group of work items.
可以打印工作项查询的结果,也可以打印一个或一组工作项的完整数据。
Listing 4 USES Doctrine to perform a query for the records in the books database table, setting the result as a view variable for the IndexSuccessView.
清单4使用Doctrine来执行一个查询,旨在得到书籍数据库表中的记录,将结果设置为IndexSuccessView的一个视图变量。
For example, a query for to be contains only filler terms (stop words), which are therefore used to select matches in the document, as shown in Listing 13.
例如,tobe查询只包含了辅助词(高频词),因此它们将用于文档匹配,如清单13所示。
External optimizer directives are useful when it is not feasible to rewrite a query for a short-term solution to a problem, for example, when a query starts to perform poorly.
在使用改写查询作为问题的短期解决方案不可行的时候,比如查询的执行效率很低的时候,外部优化器指令可能很有用。
When this feature is enabled, a query for test will find matches with test, test, and any other combinations of uppercase and lowercase letters, as long as the spelling is the same.
当这个功能被激活时,一个关于test的查询将会找到与之相匹配的test, test,以及其它由大小写字母的组合,只要是相同的拼写。
Finding all the weblogs mentioned in the list is a simple matter of calling the blogs method, which performs a query for all the objects of statements with foaf: weblog as their predicate.
调用blogs方法就可以很容易地找到清单中列出的所有weblog,这个方法的谓词是查询所有foaf:weblog声明的对象。
A query for "G8 county climate regulations" would discover documents that contain "climate" and "regulations" together with the name of a country that is part of the group of G8 countries.
对“G8countyclimateregulations”的查询会发现同时包含“climate”和“regulations”以及属于八国集团(G8)的国家名称的文档。
Listing 3 shows a query for binding tModel(s) that represent binding(s) for a portType that has a corresponding portType tModel with a key of uuid:11111111-1111-1111-1111-111111111111.
清单3显示了查询代表了一个portType的绑定tModel(s),而这个绑定的portType对应于一个key为 uuid:11111111-1111-1111-1111-111111111111的portType tModel。
The client can also be capable of receiving a query for at least one item of content, searching the representation for the item, and accessing at least a portion of the content including the item.
所述客户机还能够接收对内容的至少一个项的查询,在所述表示中搜索所述项,以及访问所述内容的包括所述项的至少一部分。
Designing a query language for XML, however, is not a small task, precisely because of the complexity of XML data.
然而,正是由于XML数据的复杂性,所以为XML设计查询语言就不是一项小任务了。
The job performs a database query for each order ID.
作业对各订单id执行一次数据库查询。
Finding the best indexes for a problem query.
为问题查询找到最适合的索引。
Similarly, do a detailed query for "hate" (as shown above) to see what words are usually associated.
同样,对“恨”(如上所示)详细查询,看看有什么话通常是相关。
When the DB2 optimizer forms a query access plan for a query, it divides the work among the database partitions which work in parallel.
当DB 2优化器为一个查询形成查询访问计划时,它将工作划分到多个数据库分区上,这些数据库分区是并行工作的。
File systems can be used as an alternative and while they offer better performance, there is neither a query language for searching information nor a notion of relationship or transaction.
尽管可以用文件系统作为替代——而且它们还提供了更好的性能。但它们既没有提供用于搜索信息的查询语言,也没有提供表示关系或事务的概念。
This is the basic reason why a query language for XML data is extremely important in a connected world.
这就是在一个连通的世界中,XML数据的查询语言为何如此重要的基本理由。
应用推荐