|
PostgreSQL Source Code git master
|
#include <plpy_procedure.h>
Data Fields | |
| struct PLySavedArgs * | next |
| PyObject * | args |
| PyObject * | td |
| int | nargs |
| PyObject * | namedargs [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 25 of file plpy_procedure.h.
| PyObject* PLySavedArgs::args |
Definition at line 28 of file plpy_procedure.h.
Referenced by PLy_function_drop_args(), PLy_function_restore_args(), and PLy_function_save_args().
| PyObject* PLySavedArgs::namedargs[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 31 of file plpy_procedure.h.
Referenced by PLy_function_drop_args(), PLy_function_restore_args(), and PLy_function_save_args().
| int PLySavedArgs::nargs |
Definition at line 30 of file plpy_procedure.h.
Referenced by PLy_function_drop_args(), PLy_function_restore_args(), and PLy_function_save_args().
| struct PLySavedArgs* PLySavedArgs::next |
Definition at line 27 of file plpy_procedure.h.
Referenced by PLy_global_args_pop(), and PLy_global_args_push().
| PyObject* PLySavedArgs::td |
Definition at line 29 of file plpy_procedure.h.
Referenced by PLy_function_drop_args(), PLy_function_restore_args(), and PLy_function_save_args().