clob是什么意思,clob的意思翻译、用法、同义词、例句
常用词典
n. 泥炭田
例句
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中。
The larger messages should be read or received as CLOB.
更大的消息应该以CLOB的形式读取或接收。
Note that XQUERY, by default, serializes its result set into a CLOB.
注意,默认情况下,XQUERY会将它的结果串行化为一个CLOB。
Dynamic text elements are most often used to display CLOB data type values.
动态文本元素经常用来显示CLOB数据类型值。
Selecting an XML column from a table also serializes its result into a CLOB.
从一个表中选择一个xml列也会导致结果被串行化为一个CLOB。
同义词
n.|turfary;泥炭田
网络扩展资料
解释: clob 是一个缩写,表示 Character Large Object,是一种数据库存储数据类型,用于存储大型字符数据,例如文本文档或 XML 文档等。在计算机科学领域中,clob 通常用于描述一种数据类型,其可以存储大量的字符数据,长度可以达到数百万或数十亿个字符。
用法:
- The text of the article was stored in a clob data type.(文章的文本存储在 clob 数据类型中。)
近义词:
- Character Large Object
- text data type
反义词:
- Binary Large Object