lucasgmagalhaes / db2CodeDescription

Project that find a db2 sql erro code, showing it's name, explanation and other informations about it. (archived project)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

db2CodeDescription

Project that find a db2 sql erro code, showing his name, explanation and other informations about it.

Error entity structure model

{
   "errors": [{
   	"id": 1,
   	"code": "-007",
   	"description": "STATEMENT CONTAINS THE ILLEGAL CHARACTER invalid-character",
   	"explanation": "The specified invalid-character is not a valid character in SQL statements.",
   	"system_action": "The statement cannot be processed.",
   	"programmer_response": "Correct the syntax and resubmit the statement.",
   	"sql_state": 42601,
   	"searchs": 0
   }]
}

About

Project that find a db2 sql erro code, showing it's name, explanation and other informations about it. (archived project)

License:MIT License


Languages

Language:TypeScript 80.8%Language:HTML 9.8%Language:JavaScript 5.9%Language:CSS 3.4%