To store columns of a BLOB or CLOB data type, you must allocate an sbspace. An sbspace is a logical storage unit that stores BLOB and CLOB data in the most efficient way possible. You can write IBM Informix ESQL/C programs that allow users to fetch and store BLOB or CLOB data. Application programmers who want to access and manipulate smart large objects directly can consult the IBM Informix: ESQL/C Programmer's Manual.
In any SQL statement, interactive or programmed, a BLOB or CLOB column cannot be used in the following ways:
However, DataBlade developers have the capability to create indexes on CLOB columns.
In a SELECT statement entered interactively, a BLOB or CLOB column can:
From an ESQL/C program, you can use the ifx_lo_stat() function to determine the length of BLOB or CLOB data.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]