|
PostgreSQL Source Code git master
|
Data Fields | |
| char * | name |
| char * | classname |
| int | sqlstate |
Definition at line 43 of file plpy_plpymodule.c.
| char* ExceptionMap::classname |
Definition at line 46 of file plpy_plpymodule.c.
| char* ExceptionMap::name |
Definition at line 45 of file plpy_plpymodule.c.
Referenced by PLy_generate_spi_exceptions().
| int ExceptionMap::sqlstate |
Definition at line 47 of file plpy_plpymodule.c.