Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PLyProcedure Struct Reference

#include <plpy_procedure.h>

Data Fields

char * proname
char * pyname
TransactionId fn_xmin
ItemPointerData fn_tid
bool fn_readonly
PLyTypeInfo result
bool is_setof
PyObject * setof
char * src
char ** argnames
PLyTypeInfo args [FUNC_MAX_ARGS]
int nargs
PyObject * code
PyObject * statics
PyObject * globals

Detailed Description

Definition at line 15 of file plpy_procedure.h.


Field Documentation

PyObject* PLyProcedure::code

Definition at line 20 of file plpy_procedure.h.

Referenced by PLy_procedure_create(), and PLy_procedure_valid().

Definition at line 19 of file plpy_procedure.h.

Referenced by PLy_procedure_create(), and PLy_procedure_valid().

Definition at line 24 of file plpy_procedure.h.

Referenced by PLy_exec_function(), and PLy_procedure_create().

Definition at line 25 of file plpy_procedure.h.

Referenced by PLy_exec_function(), and PLy_procedure_create().


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