Go to the source code of this file.
Data Structures | |
struct | pgsql_error |
Error Codes and required information. More... | |
Typedefs | |
typedef struct pgsql_error | pgerror |
Error Codes and required information. More... | |
Variables | |
static pgerror | errorcodes [] |
struct pgsql_error |
Error Codes and required information.
Definition at line 11 of file sql_postgresql.h.
Data Fields | ||
---|---|---|
char const * | errorcode | 5 char error code from PG_DIAG_SQLSTATE. |
char const * | meaning | Verbose description. |
bool | reconnect | Should reconnect socket when receiving this error. |
typedef struct pgsql_error pgerror |
Error Codes and required information.
|
static |
Definition at line 17 of file sql_postgresql.h.