PostgreSQL Source Code git master
|
#include <plpy_typeio.h>
Data Fields | |
PLyDatumToObFunc | func |
Oid | typoid |
int32 | typmod |
bool | typbyval |
int16 | typlen |
char | typalign |
MemoryContext | mcxt |
union { | |
PLyScalarToOb scalar | |
PLyArrayToOb array | |
PLyTupleToOb tuple | |
PLyTransformToOb transform | |
} | u |
Definition at line 57 of file plpy_typeio.h.
PLyArrayToOb PLyDatumToOb::array |
Definition at line 69 of file plpy_typeio.h.
PLyDatumToObFunc PLyDatumToOb::func |
Definition at line 59 of file plpy_typeio.h.
Referenced by PLyDict_FromTuple(), and PLyList_FromArray_recurse().
MemoryContext PLyDatumToOb::mcxt |
Definition at line 65 of file plpy_typeio.h.
PLyScalarToOb PLyDatumToOb::scalar |
Definition at line 68 of file plpy_typeio.h.
PLyTransformToOb PLyDatumToOb::transform |
Definition at line 71 of file plpy_typeio.h.
PLyTupleToOb PLyDatumToOb::tuple |
Definition at line 70 of file plpy_typeio.h.
char PLyDatumToOb::typalign |
Definition at line 64 of file plpy_typeio.h.
Referenced by PLyList_FromArray_recurse().
bool PLyDatumToOb::typbyval |
Definition at line 62 of file plpy_typeio.h.
Referenced by PLyList_FromArray_recurse().
int16 PLyDatumToOb::typlen |
Definition at line 63 of file plpy_typeio.h.
Referenced by PLyList_FromArray_recurse().
int32 PLyDatumToOb::typmod |
Definition at line 61 of file plpy_typeio.h.
Referenced by PLy_input_setup_tuple().
Oid PLyDatumToOb::typoid |
Definition at line 60 of file plpy_typeio.h.
Referenced by PLy_exec_trigger(), PLy_input_setup_tuple(), and PLy_procedure_create().
union { ... } PLyDatumToOb::u |