Home | Previous Page | Next Page   Object-Relational Databases > Creating and Using Extended Data Types in Dynamic Server > Smart Large Objects >

CLOB Data type

You can use the CLOB data type to store a block of text. It is designed to store ASCII text data, including formatted text such as HTML or PostScript. Although you can store any data in a CLOB object, IBM Informix tools expect a CLOB object to be printable, so restrict this data type to printable ASCII text.

CLOB values are not stored with the rows of which they are a part. They are allocated in whole disk pages, usually areas away from rows. (For more information, see your IBM Informix: Administrator's Guide.)

The CLOB data type is similar to the TEXT data type except that the CLOB data type provides the following advantages:

The disadvantages of the CLOB data type are as follows:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]