37.46 WRITE Procedure Signature 10
This procedure writes an object attribute of type CLOB
.
Syntax
APEX_JSON.WRITE (
p_name IN VARCHAR2,
p_value IN CLOB,
p_write_null IN BOOLEAN DEFAULT FALSE );
Parameters
Parameter | Description |
---|---|
p_name |
The attribute name. |
p_value |
The attribute value to be written. |
p_write_null |
If TRUE , write NULL values. If FALSE (the default), do not write NULL s.
|
Example
See example for WRITE Procedure Signature 9.
Parent topic: APEX_JSON