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 15 of file plpy_procedure.h.
PyObject* PLySavedArgs::args |
Definition at line 18 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 21 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 20 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 17 of file plpy_procedure.h.
Referenced by PLy_global_args_pop(), and PLy_global_args_push().
PyObject* PLySavedArgs::td |
Definition at line 19 of file plpy_procedure.h.
Referenced by PLy_function_drop_args(), PLy_function_restore_args(), and PLy_function_save_args().