NCLOB scalar function
The NCLOB function returns a NCLOB representation of any type of national character string.
The schema is SYSIBM.
The NCLOB function can be specified only in a Unicode database (SQLSTATE 560AA).
The NCLOB scalar function is a synonym for
a scalar cast function with result string units as specified in the
following table.
| NCLOB_MAPPING value | Synonym function | Result string units |
|---|---|---|
| CHAR_CU32 | CLOB | CODEUNITS32 |
| GRAPHIC_CU32 | DCLOB | CODEUNITS32 |
| GRAPHIC_CU16 | DCLOB1 | CODEUNITS16 |
|
||
