How to convert string datatype to CLOB in Groovy Script?
**This post was created as part of a How to Service Request (SR)
Release:
22.04
Summary of the question:
How to convert string datatype to CLOB in groovy script?
Ex:
Need convert this below String to CLOB.
def message = 'Return Pnumber '+pNumber+' and return Serial number '+srNum+' don\'t match';
User will be storing this message in another variable of type CLOB and using it, like passing this message variable to another function as shown below and then inside of this function, use this message.
def message = 'Return Pnumber '+pNumber+' and return Serial number '+srNum+' don\'t match';
Tagged:
0