This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"estado": true, | |
"mensaje": "", | |
"datos": [], | |
"meta": { | |
"affectedRows": 1 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"estado": false, | |
"mensaje": "No se pudo encontrar el registro con PK {\"CODIGO\":\"XX03\"}", | |
"datos": [], | |
"meta": { | |
"message": "No se pudo encontrar el registro con PK {\"CODIGO\":\"XX03\"}" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"estado": true, | |
"mensaje": "", | |
"datos": [ | |
{ | |
"CODIGO": "XX02", | |
"NOMBRE": "Prueba Insert", | |
"DESCRIPCION": null, | |
"OBSERVACIONES": null, | |
"ADMITE_REPETIDORAS": "F", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"estado": false, | |
"mensaje": "ORA-00001: unique constraint (GDA.TUSR_PK) violated", | |
"datos": [], | |
"meta": { | |
"message": "ORA-00001: unique constraint (GDA.TUSR_PK) violated", | |
"sql": "insert into \"GDA_TIPOS_USUARIO\" (\"CODIGO\", \"NOMBRE\") values (:p0, :p1)", | |
"oraCode": "ORA-00001", | |
"constraint": "GDA.TUSR_PK" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"estado": false, | |
"mensaje": "No se pudo encontrar el registro con PK {\"CODIGO\":\"XX02\"}", | |
"datos": [], | |
"meta": { | |
"message": "No se pudo encontrar el registro con PK {\"CODIGO\":\"XX02\"}" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"estado": true, | |
"mensaje": "", | |
"datos": [ | |
{ | |
"CODIGO": "XX01", | |
"NOMBRE": "Prueba Insert", | |
"DESCRIPCION": "Está Actualizada", | |
"OBSERVACIONES": null, | |
"ADMITE_REPETIDORAS": "F", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"estado": true, | |
"mensaje": "", | |
"datos": [ | |
{ | |
"CODIGO": "CCTV", | |
"NOMBRE": "CIRCUITO CERRADO TV", | |
"DESCRIPCION": null, | |
"OBSERVACIONES": null, | |
"ADMITE_REPETIDORAS": "V", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"estado": true, | |
"mensaje": "", | |
"datos": [], | |
"meta": { | |
"diccionario": [ | |
{ | |
"Field": "CODIGO", | |
"Type": "VARCHAR2(15)", | |
"Null": "NO", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"estado": true, | |
"mensaje": "", | |
"datos": [ | |
{ | |
"CODIGO": "TELEDIGA", | |
"NOMBRE": "TELEVISION DIGITAL ABIERTA", | |
"DESCRIPCION": null, | |
"OBSERVACIONES": null, | |
"ADMITE_REPETIDORAS": "V", |