1#ifndef ERROR_NAMES_INCLUDED
2#define ERROR_NAMES_INCLUDED
const char * get_errname_from_code(int error_code)
Get an error name from an error code.
Definition: error_names.cc:43
int get_errcode_from_name(std::string error_name)
Get an error code from an error name string.
Definition: error_names.cc:34
Error structure.
Definition: error_names.h:29
const char * name
Definition: error_names.h:30
int error_code
Definition: error_names.h:31
const char * odbc_state
Definition: error_names.h:33
const char * jdbc_state
Definition: error_names.h:34
unsigned int error_index
Definition: error_names.h:35
const char * description
Definition: error_names.h:32