青年中文青年中文

clob的意思

clob中文翻譯:

n.泥炭田

相似詞語短語

including thesaurus───包括同義詞庫

fishskin clothing───魚皮服裝

startles crossword clue───驚動縱橫字謎線索

clamps definition───夾具定義

clinked glasses───碰杯

clamping system───夾緊機構

selfcleaning condenser───自清潔冷凝器

intervening obstacle───中間障礙物

disuse muscle weakness───廢用性肌無力

nostril cycle───鼻孔周期

雙語使用場景

Dynamic text elements are most often used to display CLOB data type values.───動態文本元素經常用來顯示CLOB數據類型值。

The larger messages should be read or received as CLOB.───更大的消息應該以CLOB的形式讀取或接收。

Although internally the XML is stored in a hierarchical format, logically in the database table it appears to be stored in a CLOB or BLOB.───盡管 XML 在內部存儲為層次化格式,但邏輯上,在數據庫表中,它似乎存儲在 CLOB 或 BLOB中。

This article compares its performance with that of character large object (CLOB) and shredded XML storage.───本文比較了pureXMLTM技術與字符型大對象(CLOB)和分解式XML存儲的性能。

This comparison is interesting because for a certain class of today's XML applications, CLOB columns are a commonly choice for XML storage.───這種比較是很有趣的,因為對于當今相當多的XML應用程序來說,CLOB列是XML存儲最常用的選擇。

I decided to use CLOBs (Character Large Objects) with a modern RDBMS to save these documents.───我決定使用新型RDBMS支持的CLOB(字符大對象,CharacterLargeObject)來保存這些XML文檔。

Storing the PO as a CLOB allows you to use the DOM in the application code to retrieve the relevant information.───將PO存儲為CLOB,則可以在應用程序代碼中使用DOM來檢索相關信息。

Since the RDBMS supported a Java API to insert and retrieve CLOBs, this was a very easy task.───因為RDBMS支持JavaAPI插入和檢索CLOB,所以這是一項非常輕松的任務。

The parameter type used for XML documents in all the stored procedures is CLOB.───在所有存儲過程中,用于XML文檔的參數類型是CLOB。

英語使用場景

Using character or binary large object (CLOB or BLOB) columns of tables to store the XML data intact in a relational database management system (DBMS).

In order to prevent unnecessary interim data conversions when using CLOB you can specify CCSID UNICODE for MIXED DATA on the stored procedure parameter declaration.

In InfoSphere Warehouse the analysis of unstructured data requires that the data exists in the database as a column with a character data type (CHAR, VARCHAR, or CLOB).

XQuery over XML data in XML type columns can be 40 times faster than corresponding queries over CLOB columns which require XML parsing at query time.

The parameter type used for XML documents in all the stored procedures is CLOB.

It is always necessary to use the scalar function XML2CLOB( xml-data-type ) : clob-data-type to serialize the XML contents in a CLOB data type.