英语单词

single-row的中文翻译

single-row

英[] 美[]
  • 单列

双语例句


1. Finally, note how the single row VALUES clause is used in the return statement to return the end result as a single-row table.
最后,注意在return语句中使用了单行的values子句,以便将最后的结果以单行的表的形式返回。

youdao

2. Single-row Angular Contact ball bearings can sustain radial, axial or composite loads, however, any axial load must be in one direction.
单列角接触球轴承可承受径向,轴向或复合负荷,不过,任何轴向负载必须在一个方向。

youdao

3. Under such conditions the balls contact the inner and outer rings only at one point, as in an axially loaded single-row angular contact ball bearing.
在这种情况下接触球只在某个时候,内圈和外圈,作为一个受压单列角接触球轴承。

youdao

4. You will create a complex list with more labels and an icon inside the single row table.
您将在单一的行表中创建一个具有更多标签的复杂列表和一个图标。

youdao

5. In this test, the EJB entity represents a single row in the database table.
在这个测试中,EJB实体表示数据库表中的一个单一行。

youdao

6. In SQL terms, this merge calls for an outer join, which matches each row in the work items data set to the single row in the states data set with a matching state ID.
在sql术语中,该合并会调用一个外层联系,它会将工作项数据集合中的每一行,与状态数据集合中的单个行使用匹配状态ID来匹配起来。

youdao

7. Note that you actually allow the option to conveniently specify a single column and a single row instead of a columns and rows range.
注意,您实际上是允许方便地指定单个的列和单个的行,而不是一个列和行区间。

youdao

8. A scalar subquery is an embedded query that returns a single row that contains a single column — essentially, a single value, which is known as a scalar.
标量子查询是一种嵌入式查询,返回包含单个列的单个行,本质上就是单个值,该值称为标量。

youdao

9. This is because XML documents, like LOBs, can be too large to fit within a single row on a data page of the table.
这是因为,LOB这样的XML文档体积庞大,无法放到表数据页面的单个行中。

youdao

10. The DataReader class can incrementally load the results of the same query and present a single row at a time to an application.
datareader类可以递增地加载同一查询的结果,并且一次向应用程序提交单个行。

youdao

11. A high inline length tells DB2 that the spatial values can actually take that many bytes in a single row.
高的inline length值告诉DB 2空间值实际上可以在单独一行中占用很多字节。

youdao

12. In the case of the SIBOWNER table, there's only a single row, so there's no "related data" to try and place close together; it should be relatively apparent why no reorg is required.
在sibowner表的情况下,由于只有单个行,因此不存在需要试验和紧密放在一起的“相关数据”;不需要重组的原因应该是相对明显的。

youdao

13. Should I use a single row or multi-row schema with database persistence?
对于数据库持久性,是应该使用单行模式,还是多行模式?

youdao

14. A single row schema provides fewer database queries overall and pushes more data to the database with each update.
单行模式提供较少的总体数据库查询操作量,能在每次更新时向数据库推送更多的数据。

youdao

15. By default there is a single row with about a dozen buttons.
默认情况下,只会有一行带有十几个按钮的工具栏。

youdao

16. For example, OLTP-like applications would typically benefit from smaller pages sizes since operations tend to be quick updates a single row retrievals.
例如,诸如oltp的应用程序一般受益于较小的页面大小,因为操作趋向于为快速更新单行检索。

youdao

17. Both scripts will access the database, retrieving the single row and outputting it to the screen.
这两个脚本都可以访问这个数据库,从中检索这行记录,并将其输出到屏幕上。

youdao

18. Unlike XML-only databases, DB2 V9 also provides seamless integration of relational data and XML data within a single database, even within a single row of a table.
与仅使用XML 的数据库不同,DB2V9还提供了关系型数据与 XML 数据在数据库中的无缝集成 ——甚至是表的某一行中的集成。

youdao

19. This layout provides the panes for placing the logo and the tool buttons in a single row.
此布局提供窗格以在单行中放置徽标和工具按钮。

youdao

20. If the step does not take a table as input, such as this example, then the syntax is equivalent to a table with a single row.
如果步骤没有使用表作为输入,例如本例,那么语法上等同于只使用了单行的表。

youdao

21. This method is called every time the system needs to understand how to build any single row of the table view.
每次调用此方法,系统都需要了解何如构建表视图的任何单行。

youdao

22. Of course you can always use explicit EXISTS predicates and the MERGE statement with a single row, and both will have similar performance.
当然,可以总是对单行使用显式exists谓词和merge语句,两者将获得相似的性能。

youdao

23. Issuing an UPDATE statement is fairly easy, as shown in Listing 4, where you modify two columns of a single row.
执行update语句相当容易,如清单4所示,其中修改了单个行的两列。

youdao

24. The UPDATE affects the whole rowset, not just a single row.
UPDATE影响整个行集,而不是单个行。

youdao

25. Because the SELECT INTO returns a single row it cannot be used for other RPG read operations.
由于SELECTINTO返回单个行,因此它不能用于其他R PG读操作。

youdao

26. This program prints a single row of data containing all the XML contact information for the specified customer.
该程序输出一行数据,其中包含指定客户的所有XML联系信息。

youdao

27. Ranges may consist of more than a single column or a single row.
区间可能包含不止一个列或一个行。

youdao

28. Result: the SQL query fetches a single row that is present in the front end.
结果:SQL查询获取到出现在前端的一个行。

youdao

29. In addition to fetching data out of cursors, you can load values from a single row query into variables using three different techniques.
除了从游标获得数据之外,可以使用三种不同的技术将来自单行查询的值装载进变量中。

youdao

30. In addition to fetching data out of cursors, you can load values from a single row query into variables using three different techniques.
除了从游标获得数据之外,可以使用三种不同的技术将来自单行查询的值装载进变量中。

youdao

百度翻译


有道翻译


单词首字母