PostgreSQL Source Code git master
Data Fields
PLySavedArgs Struct Reference

#include <plpy_procedure.h>

Data Fields

struct PLySavedArgsnext
 
PyObject *  args
 
PyObject *  td
 
int  nargs
 
 

Detailed Description

Definition at line 25 of file plpy_procedure.h.

Field Documentation

args

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().

namedargs

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().

nargs

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().

next

struct PLySavedArgs* PLySavedArgs::next

Definition at line 27 of file plpy_procedure.h.

Referenced by PLy_global_args_pop(), and PLy_global_args_push().

td

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().


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

AltStyle によって変換されたページ (->オリジナル) /