#include <plpy_typeio.h>
Data Fields | |
| PLyDatumToObFunc | func |
| FmgrInfo | typfunc |
| Oid | typoid |
| int32 | typmod |
| Oid | typioparam |
| bool | typbyval |
| int16 | typlen |
| char | typalign |
| struct PLyDatumToOb * | elm |
Definition at line 16 of file plpy_typeio.h.
| struct PLyDatumToOb* PLyDatumToOb::elm |
Definition at line 26 of file plpy_typeio.h.
Referenced by PLy_input_datum_func2(), PLy_typeinfo_dealloc(), and PLyList_FromArray().
Definition at line 18 of file plpy_typeio.h.
Referenced by PLy_function_build_args(), PLy_input_datum_func2(), PLyDict_FromTuple(), and PLyList_FromArray().
Definition at line 25 of file plpy_typeio.h.
Referenced by PLy_input_datum_func2(), and PLyList_FromArray().
Definition at line 23 of file plpy_typeio.h.
Referenced by PLy_input_datum_func2(), and PLyList_FromArray().
Definition at line 19 of file plpy_typeio.h.
Referenced by PLy_input_datum_func2(), and PLyString_FromDatum().
Definition at line 22 of file plpy_typeio.h.
Referenced by PLy_input_datum_func2().
Definition at line 24 of file plpy_typeio.h.
Referenced by PLy_input_datum_func2(), and PLyList_FromArray().
Definition at line 21 of file plpy_typeio.h.
Referenced by PLy_input_datum_func2().
Definition at line 20 of file plpy_typeio.h.
Referenced by PLy_input_datum_func2(), and PLy_input_tuple_funcs().
1.7.1