當前位置:國文幫>造句>

“CLOB”寫句子,用CLOB造句

造句 閱讀(2.47W)

The result of the function is returned as a CLOB (Character Large Object) data type that can hold up to 1 MB of data.

Creation of a multiple partition table that contains only long data types (long VARCHAR, long VARGRAPHIC, BLOB, CLOB, or DBCLOB) is not supported.

如果不指定這些條目,包含BLOB和CLOB數據的檔案將解壓縮到磁盤檔案所在的對應目錄中。

Smart large objects consist of character large object (CLOB) and binary large object (BLOB) data types.

An easy way to identify this problem is to temporarily use CLOB types, which have no size restrictions, as target columns.

只包含long數據類型(longVARCHAR、longVARGRAPHIC、BLOB、CLOB或DBCLOB)的多分區的表的創建是不受支援的。

CLOB造句

A response message is returned as character LOB (CLOB) if issued by the server.

函數的結果會以CLOB(字元型大型對象)數據類型的形式返回,可容納1MB的數據。

在使用索引表的情況下,DB 2首先對索引表執行索引查找,然後將對應的行和包含CLOB的主表相結合。

儘管XML在內部存儲爲層次化格式,但邏輯上,在數據庫表中,它似乎存儲在CLOB或BLOB中。

File system caching significantly improves CLOB retrieval performance (see Figure 6) such that query Q1 can be more than twice as fast as on the XML column.

動態文字元素經常用來顯示CLOB數據類型值。

All table Spaces were defined with the no file system caching option, except where otherwise noted (for some of the CLOB storage tests).

通常,關係型DBMS 將XML數據作爲單個的列-行實體(例如CLOB、BLOB或VARCHAR)進行存儲,或將XML數據分解(“撕碎”)爲多個列。

CLOB數據類型的代碼頁自然地等於數據庫代碼頁,所以在串行化期間對SQL的回覆有一個隱式的代碼頁轉換。