index

Type y_dato

Contiene un dato en formato de texto.

Author
jtsoya539 30/3/2020 10:35:55


Attributes
contenido   Contenido en formato de texto.

Program units
y_dato   Constructor del objeto sin parámetros.
parse_json  
to_json   Retorna el objeto serializado en formato JSON.


contenido

contenido CLOB

Contenido en formato de texto.


y_dato

FUNCTION y_dato RETURN SELF AS RESULT

Constructor del objeto sin parámetros.

Author
jtsoya539 30/3/2020 10:08:08

Returns
Objeto del tipo y_dato.


parse_json

FUNCTION parse_json(i_json IN CLOB) RETURN y_objeto


to_json

FUNCTION to_json RETURN CLOB

Retorna el objeto serializado en formato JSON.

Author
jtsoya539 30/3/2020 09:42:09

Returns
JSON con los atributos del objeto.