Start of change

TO_CLOB

The TO_CLOB function returns a CLOB representation of a string.

Character to CLOB:

Read syntax diagramSkip visual syntax diagramTO_CLOB( character-expression,integer,CODEUNITS16CODEUNITS32OCTETS)

Graphic to CLOB:

Read syntax diagramSkip visual syntax diagramTO_CLOB( graphic-expression,integer,CODEUNITS16CODEUNITS32)

The TO_CLOB function is identical to the CLOB function. For more information, see CLOB.

End of change