37.47 WRITE Procedure Signature 11
This procedure writes an object attribute of type NUMBER
.
Syntax
APEX_JSON.WRITE (
p_name IN VARCHAR2,
p_value IN NUMBER,
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