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.───本文比较了pureXML™技术与字符型大对象(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.