PostgreSQL Source Code  git master
ExceptionMap Struct Reference

Data Fields

char * name
 
char * classname
 
int sqlstate
 

Detailed Description

Definition at line 46 of file plpy_plpymodule.c.

Field Documentation

◆ classname

char* ExceptionMap::classname

Definition at line 49 of file plpy_plpymodule.c.

◆ name

char* ExceptionMap::name

Definition at line 48 of file plpy_plpymodule.c.

Referenced by PLy_generate_spi_exceptions().

◆ sqlstate

int ExceptionMap::sqlstate

Definition at line 50 of file plpy_plpymodule.c.


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