All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Variables
sql_postgresql.h File Reference
+ This graph shows which files directly or indirectly include this file:

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 []
 

Data Structure Documentation

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 Documentation

typedef struct pgsql_error pgerror

Error Codes and required information.

Variable Documentation

pgerror errorcodes[]
static

Definition at line 17 of file sql_postgresql.h.