PostgreSQL Source Code
git master
|
#include <plpy_spi.h>
Data Fields | |
int | sqlstate |
PyObject * | exc |
Definition at line 18 of file plpy_spi.h.
PyObject* PLyExceptionEntry::exc |
Definition at line 21 of file plpy_spi.h.
Referenced by PLy_commit(), PLy_generate_spi_exceptions(), PLy_rollback(), and PLy_spi_subtransaction_abort().
int PLyExceptionEntry::sqlstate |
Definition at line 20 of file plpy_spi.h.