rowset
美
英 
例句
Specifically, the sample takes a text file consisting of a pair of data elements and turns it into a rowset.
具體地說,該示例獲取由數(shù)據(jù)元素對(duì)組成的一個(gè)文本文件,并將其轉(zhuǎn)換為行集合。
You see that each attribute is annotated with its path and a target column in a target table ( "rowset" ).
可以看到,每個(gè)屬性都帶有注釋,其中包含該屬性的路徑和它在目標(biāo)表中的目標(biāo)列(“rowset”)。
Specifies the file used to collect rows that have formatting errors and cannot be converted to an OLE DB rowset.
指定用于收集格式有誤且不能轉(zhuǎn)換為OLEDB行集的行的文件。
The OUTPUT INTO clause cannot be used to insert into a view, or rowset function.
不能將OUTPUTINTO子句插入視圖或行集函數(shù)。
Name correspondence means that the XML attributes of a particular name are stored in a column in the rowset with the same name.
名稱對(duì)應(yīng)表示具有特定名稱的XML屬性都以相同名稱存儲(chǔ)在行集中的列內(nèi)。
This interface can be used to retrieve information in the form of OLE DB rowset objects.
此接口可用于檢索OLEDB行集對(duì)象形式的信息。
It also exhibits cursor behavior depending on the rowset properties set by an application.
它還可以根據(jù)應(yīng)用程序設(shè)置的行集屬性來表現(xiàn)游標(biāo)行為。
The column name in the rowset is different from the element or attribute name to which it is mapped.
行集中的列名不同于它映射到的元素名稱或屬性名稱。
Restrict contents of a rowset to rows matching a set of conditions.
將行集的內(nèi)容限制為與條件集相匹配的行。
The rowset object is a set of data through which you can navigate and in which you can update, delete, and insert rows.
行集合對(duì)象是一個(gè)數(shù)據(jù)集,通過它可以進(jìn)行定位并且在其中可以更新、刪除和插入行。
The UPDATE affects the whole rowset, not just a single row.
UPDATE影響整個(gè)行集,而不是單個(gè)行。
RowSet objects allow for disconnected interaction with a backend database.
RowSet對(duì)象允許您與后端數(shù)據(jù)庫在斷開連接的情況下交互。
CONTENT statement to retrieve the mining model schema rowset content for a specified mining model .
如果語句指定了挖掘模型,則結(jié)果文件也將包含關(guān)聯(lián)的挖掘結(jié)構(gòu)。
CONTAINSTABLE and FREETEXTTABLE rowset-valued functions can be used in the FROM clause of a SELECT statement.
CONTAINSTABLE和FREETEXTTABLE行集值函數(shù)可以在SELECT語句的FROM子句中使用。
Inline UDF's can be thought of as views that take parameters and can be used in JOINs and other Rowset operations.
可以把內(nèi)聯(lián)自定義函數(shù)想象成視圖,它接受參數(shù),而且可用于JOIN和其他行集操作。
Delay changes to rowset data until Update is called.
延遲對(duì)行集數(shù)據(jù)的更改,直到Update被調(diào)用。
When writing EXPLICIT mode queries, column names in the resulting rowset must be specified by using this format.
在編寫EXPLICIT模式查詢時(shí),必須使用以下格式指定所得到的行集中的列名。
Remember that some queries can return multiple Rows, in which case you'll get a RowSet.
記住有一些查詢可以返回多個(gè)Row,這樣的話您就會(huì)得到一個(gè)RowSet。
The default value for this property is false, which indicates that open rowset queries are not allowed during a session.
此屬性的默認(rèn)值為False,指示在會(huì)話期間不允許打開行集查詢。
The query returns a rowset that contains the product model ID, manufacturing locations, and manufacturing steps.
此查詢返回包含產(chǎn)品樣式ID、生產(chǎn)位置和生產(chǎn)步驟的行集。
The node string can be found in the NODE_UNIQUE_NAME column of the schema rowset.
可以在架構(gòu)行集的NODE_UNIQUE_NAME列中找到節(jié)點(diǎn)字符串。
The STATISTICS XML and STATISTICS PROFILE SET options produce one rowset for each query in a batch.
STATISTICSXML和STATISTICSPROFILESET選項(xiàng)為批處理中的每個(gè)選項(xiàng)生成一個(gè)行集。
In specifying the rowset schema, you specify the column names, their data types, and their mapping to the XML document.
在指定行集架構(gòu)時(shí),可指定列名、它們的數(shù)據(jù)類型,以及它們到XML文檔的映射。
The CachedRowSetImpl class showcased in this article is an implementation of javax. sql. Rowset interface.
本文中突出展示的CachedRowSetImpl類是javax.sql.Rowset接口的一個(gè)實(shí)現(xiàn)。
Expression list A comma-separated list of related column identifiers derived from the Content schema rowset.
基于內(nèi)容架構(gòu)行集派生的一組以逗號(hào)分隔的相關(guān)列標(biāo)識(shí)符。
If MRF is not enabled, FETCH statements are prepared without rowset positioning.
如果沒有啟用MRF,準(zhǔn)備FETCH語句時(shí)將不包含行集定位。
If the query expression constructs nodes, these constructed nodes are exposed in the resulting rowset.
如果查詢表達(dá)式構(gòu)造節(jié)點(diǎn),這些已構(gòu)造的節(jié)點(diǎn)將在結(jié)果行集中顯示。
In Result mode, the rowset returned by the query appears in a data grid.
在結(jié)果模式中,由查詢返回的行集顯示在數(shù)據(jù)網(wǎng)格中。
When writing queries that use rowset-valued functions, it is necessary to know the name of the unique key column.
編寫使用賦值行集函數(shù)的查詢時(shí),必須知道唯一鍵列的名稱。
The query results are converted to a flattened rowset for use in the report.
查詢結(jié)果將轉(zhuǎn)換為平展行集以供報(bào)表使用。
In this article, I? ll cover an implementation of the javax. sql. RowSet interface which allows us to do just that.
在本文中,我將介紹javax.sql.RowSet接口的實(shí)現(xiàn),該實(shí)現(xiàn)允許我們實(shí)現(xiàn)高速緩存解決方案。
This schema rowset lists the data mining support options for each plugin algorithm provider.
此架構(gòu)行集列出了每個(gè)插件算法提供程序的數(shù)據(jù)挖掘支持選項(xiàng)。
The EXPLICIT mode transforms the rowset that results from the query execution into an XML document.
EXPLICIT模式會(huì)將由查詢執(zhí)行生成的行集轉(zhuǎn)換為XML文檔。
Expression list A comma-separated list of columns derived from the Content schema rowset.
從內(nèi)容架構(gòu)行集派生的一組列,各列間以逗號(hào)分隔。
Returns the mining model schema rowset for the specified data mining model.
返回指定數(shù)據(jù)挖掘模型的挖掘模型架構(gòu)行集。
Note that the rowset returned has maintained the type information.
注意,返回的行集已對(duì)類型信息進(jìn)行了維護(hù)。
Your query must provide a unique tag number for each element that will be constructed from the rowset.
查詢必須為從行集構(gòu)造的每個(gè)元素提供唯一標(biāo)記號(hào)。
The following syntax uses the mining model content schema rowset to return the node captions that exist in the mining model.
以下語法使用挖掘模型內(nèi)容架構(gòu)行集來返回挖掘模型中存在的節(jié)點(diǎn)標(biāo)題。
These persistent command objects can subsequently be enumerated using the PROCEDURES or VIEWS rowset.
隨后可使用PROCEDURES或VIEWS行集枚舉這些持久性命令對(duì)象。
This information is used in the transformation between the XML nodes and the rowset columns.
此信息用于XML節(jié)點(diǎn)和行集列之間的轉(zhuǎn)換。