1. This default transform group defines functions that convert a geometry to a BLOB.
这个默认转换组定义将几何图形转换为BLOB 的函数。

www.ibm.com

2. And although internally the XML is stored in a hierarchical (tree) format, logically in the database table it appears to be stored in a single column (like a CLOB or BLOB).
另外,尽管XML在内部存储为层次化(树)格式,但是它看起来像是存储在数据库表的单一列中(就像CLOB或BLOB)。

www.ibm.com

3. In situations with a large number of columns — particularly if some are large VARCHAR or BLOB fields — this behavior can be a significant problem in terms of memory usage and performance.
在具有为数众多的列的情况下 —尤其是当有些字段是巨大的VARCHAR或BLOB字段时 — 就内存使用和性能而言这种行为很有问题。

www.ibm.com

4. The BLOB domain can be used when the message is treated as opaque, not parsed, and simply routed.
当将消息视为不透明的、不进行解析或者只是进行路由时,可以使用BLOB域。

www.ibm.com

5. 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).
使用表的字符大对象(CLOB)或二进制大对象(BLOB)列在关系数据库管理系统(DBMS)中按原样存储XML数据。

www.ibm.com

6. Smart large objects consist of character large object (CLOB) and binary large object (BLOB) data types.
智能大对象包括字符大对象 (CLOB)和二进制大对象 (BLOB)数据类型。

www.ibm.com

7. The client can also bind out the result set to a BLOB, which allows the bytes to be passed safely back to the client without transcoding.
客户机还可以将结果集绑定到一个BLOB,从而可以将字节安全地传递回客户机,而不必进行译码。

www.ibm.com

8. A response message is returned as binary LOB (BLOB) if issued by the server.
如果由服务器发出,则响应消息作为二进制LOB (BLOB)返回。

www.ibm.com

9. BIRT supports retrieving images from a URI, embedding the image in the design, dynamic images (BLOB) from a data source, and image files in a resource folder.
BIRT支持获取URI中的图片以及嵌入在设计器中的图片,来自数据源的动态图片(BLOB)以及文件夹中的图片文件。

www.infoq.com

10. We have tried to keep the purchase order table schema simple in the relational-only database by storing the purchase order document as a BLOB.
我们已经通过将采购订单文档存储为BLOB,在基本关系数据库中尽量保持采购订单表模式简单。

www.ibm.com

11. Relational databases that store XML data usually use Binary Large Object (BLOB) field types to store XML.
存储XML数据的关系数据库通常使用大型二进制对象(BLOB)字段类型存储XML。

www.ibm.com

12. Sometimes BLOB is preferred for transmitting XML to inhibit data conversions on entry and exit from stored procedures.
有时候,BLOB更适合传输XML,这可以避免在进入和退出存储过程时进行数据转换。

www.ibm.com

13. When BLOB data is written to a database, the data is not buffered but is written straight to disk, making the speed of the disk on which the data is located important.
当BLOB数据被写到数据库的时候,数据没有被缓存而是直接写到磁盘,这使得数据所在的磁盘速度变得很重要。

www.ibm.com

14. The database with limited or no XML capabilities would store the XML data either as a CLOB/BLOB data type, or shredded to relational fields.
具有有限XML 功能或无XML功能的数据库将XML数据存储为CLOB/BLOB数据类型,或分割到关系字段中。

www.ibm.com

15. The second is to stuff it in a Binary Large Object (BLOB) in a relational database.
第二种是将其填入关系数据库的二进制大对象(BLOB)中。

www.ibm.com

16. Both procedures take as input the type of policy being updated, and an XML document (passed either as a file or a BLOB).
这两个过程以要更新的策略类型和XML文档(以文件或BLOB传递)作为输入。

www.ibm.com

17. The only safe way to insert documents that contain code points that cannot be represented in the database code page is to use a BLOB or BIT DATA host variable.
插入包含不能在数据库代码页中表示的代码点的文档的惟一安全的方法是使用一个BLOB或BITDATA主机变量。

www.ibm.com

18. The only safe way to select this data is to bind it into a BLOB host variable, or a BLOB FILE host variable, to write it into an XML file.
选择这种数据的惟一安全的方法是将它绑定到一个BLOB主机变量或一个BLOBFILE主机变量,以便将它写到一个XML文件中。

www.ibm.com

19. With the BLOB method, the XML cannot be queried, nor can just a portion be returned to an application.
使用BLOB方法时不能查询XML,也不能将XML 的一部分返回到应用程序中。

www.ibm.com

20. That nickname has a BLOB column with the geometries available in their WKB representation.
那个昵称有一个BLOB列,其中包含 WKB 格式的几何图形。

www.ibm.com

21. For database designs that require shredding some or all of the contents of XML data, invocation of this stored procedure can be particularly useful after a bulk load of XML or BLOB data.
对于需要分解XML数据的部分或全部内容的数据库设计,可以在批量装载XML或BLOB数据之后调用这个存储过程。

www.ibm.com

22. The response message is returned as binary LOB (BLOB) if there is any.
如果有的话,响应消息作为二进制LOB (BLOB)返回。

www.ibm.com

23. A request message can be provided as binary LOB (BLOB).
可将请求消息作为二进制LOB (BLOB)提供。

www.ibm.com

24. The response message is returned as binary LOB (BLOB).
响应消息作为二进制LOB (BLOB)返回。

www.ibm.com

25. Additionally, some columns, such as BLOB types, are not available for use in an overqualified update.
此外,某些列,如BLOB类型,不适用于这种严格限定的更新。

www.ibm.com

26. Columns defined with the BLOB data type, or using the FOR BIT DATA clause will be passed as binary from the source to the target, and the code page used is zero.
通过BLOB数据类型或使用FORBITDATA子句定义的列将以二进制形式从源传递到目标,所使用的代码页是零。

www.ibm.com

27. If the BLOB is encoded in another code page other than UTF-8, users can specify the code page of the BLOB input as an optional second parameter to TEST_XML.
如果该BLOB是以UTF-8 之外的任何代码页编码的,那么用户可以为 TEST_XML指定输入BLOB的代码页,作为该函数的第二个可选参数。

www.ibm.com

28. Binding XML into a BLOB host variable can help to avoid substitution characters as DB2 does not perform code page conversion on BLOB data.
将XML绑定到一个BLOB主机变量有助于避免替换字符,因为DB2不会在BLOB数据上执行代码页转换。

www.ibm.com

29. When these entries are not specified, the files that contain BLOB or CLOB data will be extracted into the corresponding directory where the disk file is present.
如果不指定这些条目,包含BLOB和CLOB数据的文件将解压缩到磁盘文件所在的对应目录中。

www.ibm.com

30. When these entries are not specified, the files that contain BLOB or CLOB data will be extracted into the corresponding directory where the disk file is present.
如果不指定这些条目,包含BLOB和CLOB数据的文件将解压缩到磁盘文件所在的对应目录中。

www.ibm.com