PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ExceptionMap Struct Reference

Data Fields

char * name
 
char * classname
 
int sqlstate
 

Detailed Description

Definition at line 43 of file plpy_plpymodule.c.

Field Documentation

◆ classname

char* ExceptionMap::classname

Definition at line 46 of file plpy_plpymodule.c.

◆ name

char* ExceptionMap::name

Definition at line 45 of file plpy_plpymodule.c.

Referenced by PLy_generate_spi_exceptions().

◆ sqlstate

int ExceptionMap::sqlstate

Definition at line 47 of file plpy_plpymodule.c.


The documentation for this struct was generated from the following file: