网站首页  词典首页

请输入您要查询的英文单词:

 

单词 rowset
释义

rowset

  • 网络行集;行集合;资料列集
1.
行集
(4)行集(Rowset)对象 提供了数据的抽象表示,它可以是命令执 行的结果,也可以直接由会话对象产生,它是应用程序主要的操作对 …
blog.csdn.net
2.
行集合
软件开发常用名词中英文对照 - Leo Liu - 博客园 ... row-major 行优先 rowset 行集合 RPC debugging RPC 调试 ...
www.cnblogs.com
3.
资料列集
计算机与网络用语中英翻译(五) ... rowheightMin 资料列最小高度 rowset 资料列集 rowset population 资料列集扩展 ...
www.zftrans.com
4.
行的集合
...来只采用表作为从关系表中取出的的唯一数据。被提及是行的集合(RowSet) ,让我们更加接近地看一下循环的结构:
tech.ccidnet.com
5.
行集跟踪
sys.traces ... ... dropped_event_count 已除去事件的总数。 is_rowset 1 = 行集跟踪。 is_rollover 1 = 启用滚动更新选项。 ...
msdn.microsoft.com
6.
资料列集追踪
... max_files 最大换用档案数目。如果未设定最大数目,这个值就是 is_rowset 1 = 资料列集追踪。 is_rollover 1 = 启用换用选项 …
msdn.microsoft.com
7.
结果集对象
在开始新的结果集对象Rowset)之旅之前,我们再来补充一个关于Command对象的用法,在有些情况下,我们执行的SQL …
gamebabyrocksun.blog.163.com

例句

释义:
1.
Specifically, the sample takes a text file consisting of a pair of data elements and turns it into a rowset.
具体地说,该示例获取由数据元素对组成的一个文本文件,并将其转换为行集合。
msdn2.microsoft.com
2.
You see that each attribute is annotated with its path and a target column in a target table ( "rowset" ).
可以看到,每个属性都带有注释,其中包含该属性的路径和它在目标表中的目标列(“rowset”)。
www.ibm.com
3.
Specifies the file used to collect rows that have formatting errors and cannot be converted to an OLE DB rowset.
指定用于收集格式有误且不能转换为OLEDB行集的行的文件。
technet.microsoft.com
4.
The OUTPUT INTO clause cannot be used to insert into a view, or rowset function.
不能将OUTPUTINTO子句插入视图或行集函数。
technet.microsoft.com
5.
Name correspondence means that the XML attributes of a particular name are stored in a column in the rowset with the same name.
名称对应表示具有特定名称的XML属性都以相同名称存储在行集中的列内。
msdn2.microsoft.com
6.
This interface can be used to retrieve information in the form of OLE DB rowset objects.
此接口可用于检索OLEDB行集对象形式的信息。
msdn2.microsoft.com
7.
It also exhibits cursor behavior depending on the rowset properties set by an application.
它还可以根据应用程序设置的行集属性来表现游标行为。
technet.microsoft.com
8.
The column name in the rowset is different from the element or attribute name to which it is mapped.
行集中的列名不同于它映射到的元素名称或属性名称。
msdn2.microsoft.com
9.
Restrict contents of a rowset to rows matching a set of conditions.
将行集的内容限制为与条件集相匹配的行。
www.ianywhere.com
10.
The rowset object is a set of data through which you can navigate and in which you can update, delete, and insert rows.
行集合对象是一个数据集,通过它可以进行定位并且在其中可以更新、删除和插入行。
msdn2.microsoft.com
1.
The UPDATE affects the whole rowset, not just a single row.
UPDATE影响整个行集,而不是单个行。
www.ibm.com
2.
RowSet objects allow for disconnected interaction with a backend database.
RowSet对象允许您与后端数据库在断开连接的情况下交互。
www-128.ibm.com
3.
CONTENT statement to retrieve the mining model schema rowset content for a specified mining model .
如果语句指定了挖掘模型,则结果文件也将包含关联的挖掘结构。
www.bing.com
4.
CONTAINSTABLE and FREETEXTTABLE rowset-valued functions can be used in the FROM clause of a SELECT statement.
CONTAINSTABLE和FREETEXTTABLE行集值函数可以在SELECT语句的FROM子句中使用。
msdn2.microsoft.com
5.
Inline UDF's can be thought of as views that take parameters and can be used in JOINs and other Rowset operations.
可以把内联自定义函数想象成视图,它接受参数,而且可用于JOIN和其他行集操作。
www.bugsboard.net
6.
Delay changes to rowset data until Update is called.
延迟对行集数据的更改,直到Update被调用。
www.ianywhere.com
7.
When writing EXPLICIT mode queries, column names in the resulting rowset must be specified by using this format.
在编写EXPLICIT模式查询时,必须使用以下格式指定所得到的行集中的列名。
msdn2.microsoft.com
8.
Remember that some queries can return multiple Rows, in which case you'll get a RowSet.
记住有一些查询可以返回多个Row,这样的话您就会得到一个RowSet。
www.ibm.com
9.
The default value for this property is false, which indicates that open rowset queries are not allowed during a session.
此属性的默认值为False,指示在会话期间不允许打开行集查询。
msdn2.microsoft.com
10.
The query returns a rowset that contains the product model ID, manufacturing locations, and manufacturing steps.
此查询返回包含产品样式ID、生产位置和生产步骤的行集。
msdn2.microsoft.com
1.
The node string can be found in the NODE_UNIQUE_NAME column of the schema rowset.
可以在架构行集的NODE_UNIQUE_NAME列中找到节点字符串。
msdn2.microsoft.com
2.
The STATISTICS XML and STATISTICS PROFILE SET options produce one rowset for each query in a batch.
STATISTICSXML和STATISTICSPROFILESET选项为批处理中的每个选项生成一个行集。
msdn2.microsoft.com
3.
In specifying the rowset schema, you specify the column names, their data types, and their mapping to the XML document.
在指定行集架构时,可指定列名、它们的数据类型,以及它们到XML文档的映射。
msdn2.microsoft.com
4.
The CachedRowSetImpl class showcased in this article is an implementation of javax. sql. Rowset interface.
本文中突出展示的CachedRowSetImpl类是javax.sql.Rowset接口的一个实现。
www.ibm.com
5.
Expression list A comma-separated list of related column identifiers derived from the Content schema rowset.
基于内容架构行集派生的一组以逗号分隔的相关列标识符。
msdn2.microsoft.com
6.
If MRF is not enabled, FETCH statements are prepared without rowset positioning.
如果没有启用MRF,准备FETCH语句时将不包含行集定位。
www.ibm.com
7.
If the query expression constructs nodes, these constructed nodes are exposed in the resulting rowset.
如果查询表达式构造节点,这些已构造的节点将在结果行集中显示。
msdn2.microsoft.com
8.
In Result mode, the rowset returned by the query appears in a data grid.
在结果模式中,由查询返回的行集显示在数据网格中。
technet.microsoft.com
9.
When writing queries that use rowset-valued functions, it is necessary to know the name of the unique key column.
编写使用赋值行集函数的查询时,必须知道唯一键列的名称。
msdn2.microsoft.com
10.
The query results are converted to a flattened rowset for use in the report.
查询结果将转换为平展行集以供报表使用。
msdn2.microsoft.com
1.
In this article, I? ll cover an implementation of the javax. sql. RowSet interface which allows us to do just that.
在本文中,我将介绍javax.sql.RowSet接口的实现,该实现允许我们实现高速缓存解决方案。
www.ibm.com
2.
This schema rowset lists the data mining support options for each plugin algorithm provider.
此架构行集列出了每个插件算法提供程序的数据挖掘支持选项。
msdn2.microsoft.com
3.
The EXPLICIT mode transforms the rowset that results from the query execution into an XML document.
EXPLICIT模式会将由查询执行生成的行集转换为XML文档。
msdn2.microsoft.com
4.
Expression list A comma-separated list of columns derived from the Content schema rowset.
从内容架构行集派生的一组列,各列间以逗号分隔。
msdn2.microsoft.com
5.
Returns the mining model schema rowset for the specified data mining model.
返回指定数据挖掘模型的挖掘模型架构行集。
msdn2.microsoft.com
6.
Note that the rowset returned has maintained the type information.
注意,返回的行集已对类型信息进行了维护。
msdn2.microsoft.com
7.
Your query must provide a unique tag number for each element that will be constructed from the rowset.
查询必须为从行集构造的每个元素提供唯一标记号。
msdn2.microsoft.com
8.
The following syntax uses the mining model content schema rowset to return the node captions that exist in the mining model.
以下语法使用挖掘模型内容架构行集来返回挖掘模型中存在的节点标题。
technet.microsoft.com
9.
These persistent command objects can subsequently be enumerated using the PROCEDURES or VIEWS rowset.
随后可使用PROCEDURES或VIEWS行集枚举这些持久性命令对象。
www.ianywhere.com
10.
This information is used in the transformation between the XML nodes and the rowset columns.
此信息用于XML节点和行集列之间的转换。
msdn2.microsoft.com
1.
Allow changes to rowset data, reflected back to the data store.
允许更改行集数据,并将所做更改反映回数据存储区。
www.ianywhere.com
2.
In the resulting rowset, a row is created for each attribute node selected in the XML document.
在所得到的行集中,为在XML文档中选定的每个属性节点都创建一行。
msdn2.microsoft.com
3.
The records in the rowset can be stored in database tables.
行集中的记录可以存储在数据库表中。
technet.microsoft.com
4.
Therefore, the behavior is different with rowset support.
因此,行集支持导致不同的行为。
www.ibm.com
5.
You can generate an xml data type instance from a rowset by using FOR XML with the new TYPE directive.
您可以使用带有新的TYPE指令的FORXML,通过行集生成xml数据类型实例。
msdn2.microsoft.com
6.
The query result contains a rowset of the transformed XML.
查询结果包含转换的XML的行集。
msdn2.microsoft.com
7.
The fetch statement will be re-prepared without rowset positioning.
将重新准备FETCH语句,并且不包含行集定位。
www.ibm.com
8.
This process is repeated for rest of the rows in the rowset.
对于行集中的其余行,重复此过程。
msdn2.microsoft.com
9.
To design a trigger that affects multiple rows, use rowset-based logic instead of cursors.
若要设计一个影响多行的触发器,请使用基于行集的逻辑,而不要使用游标。
msdn2.microsoft.com
10.
Conversely, you can generate a rowset from XML values and query it by using Transact-SQL.
反过来,还可以通过XML值生成行集并使用Transact-SQL对行进行查询。
msdn2.microsoft.com
1.
Use views on an existing rowset.
使用现有行集上的视图。
www.ianywhere.com
2.
The first SELECT specifies names for columns in the resulting rowset.
第一个SELECT指定所得到的行集中的列名。
msdn2.microsoft.com
3.
The schema rowset defines the structure of a model.
架构行集可以定义模型的结构。
msdn2.microsoft.com
4.
The application provides a rowset to the report.
应用程序向报表提供行集。
msdn2.microsoft.com
5.
A T2zos java stored procedure will turn off rowset support if lob or xml is presented in the cursor.
如果游标中出现大对象或XML,T2zosjava存储过程将关闭行集支持。
www.ibm.com
6.
Instantiate a schema rowset object in the consumer's or the document's header file.
在消费者或文件标头档中产生结构描述资料列集物件。
technet.microsoft.com
7.
You can retrieve multiple values from the rowset.
您可以从行集中检索多个值。
msdn2.microsoft.com
8.
You can use the following options when specifying a rowset schema.
指定行集架构时,可以使用下列选项。
msdn2.microsoft.com
9.
In the code above, I create a com. sun. rowset. CachedRowSetImpl object.
在上面的代码中,我创建了一个com.sun.rowset.CachedRowSetImpl对象。
www.ibm.com
10.
An application should open a rowset on a replicated table that is created in the subscription database.
应用程序应打开在订阅数据库中创建的已复制表上的行集。
msdn2.microsoft.com
1.
You can then query this rowset by using xml data type methods.
然后,可以使用xml数据类型方法查询此行集。
msdn2.microsoft.com
2.
This query returns an empty rowset.
此查询返回一个空的行集。
msdn2.microsoft.com
3.
As a result, the XML attributes map to the rowset columns defined in SchemaDeclaration.
因此,XML属性映射到SchemaDeclaration中定义的行集列。
msdn2.microsoft.com
4.
Is the table name and the column name for the resulting rowset.
结果行集的表名称和列名称。
msdn2.microsoft.com
5.
A query syntax that returns a rowset.
一个返回行集的查询语法。
msdn2.microsoft.com
6.
The data retrieved is a single rowset.
检索的数据是单个行集。
msdn2.microsoft.com
7.
You should use the edge table format to specify a rowset schema.
应使用边缘表格式来指定行集架构。
msdn2.microsoft.com
8.
You always have a rowset object to contain and manipulate data.
您永远会有包含和管理资料的资料列集物件。
technet.microsoft.com
9.
For rowset cursors, the JDBC 1 positioned update syntax needs be aware of the rowset.
对于行集游标,JDBC1定位更新语法必须知道行集的存在。
www.ibm.com
10.
A rowset containing 18484 rows appears in the result view.
结果视图中将会显示行数为18484的行集。
msdn2.microsoft.com
1.
For example, the previous HTML fragment asks for a data member named A2: D7 and gets a Rowset of two columns and seven rows.
例如,前面的HTML片断要求一个名为A2:D7的数据成员,并得到了一个两行七列的行集合。
www.winu.cn
2.
SQL Server 2008 will include new syntax for merging data between two rowsets.
SQLServer2008将包含用于合并两个行集(rowset)数据的新句法。
www.infoq.com
3.
Indicates that a component is about to receive its end-of-rowset signal, which is set by the last call of the
指示组件将要接收它的行集结束信号,该信号由对
msdn2.microsoft.com
4.
Data source initialization error: the rowset object could not be advised.
数据源初始化错误:未能通知行集合对象。
yeebang.com
5.
Run a query against the data source and return a rowset.
对数据源运行查询,并返回行集。
msdn2.microsoft.com
6.
Denotes that a component has been given its end-of-rowset signal, which is set by the last call of the
表示组件已经给出它的行集结束信号,该信号由对
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/9 4:51:27