|
PostgreSQL Source Code git master
|
Data Fields | |
| int | ndims |
| bool | elem_is_rowtype |
| Datum * | elements |
| bool * | nulls |
| int * | nelems |
| FmgrInfo | proc |
| FmgrInfo | transform_proc |
| bool plperl_array_info::elem_is_rowtype |
Definition at line 213 of file plperl.c.
Referenced by make_array_ref(), and plperl_ref_from_pg_array().
| Datum* plperl_array_info::elements |
Definition at line 214 of file plperl.c.
Referenced by make_array_ref(), and plperl_ref_from_pg_array().
| int plperl_array_info::ndims |
Definition at line 212 of file plperl.c.
Referenced by plperl_ref_from_pg_array(), and split_array().
| int* plperl_array_info::nelems |
Definition at line 216 of file plperl.c.
Referenced by plperl_ref_from_pg_array(), and split_array().
| bool* plperl_array_info::nulls |
Definition at line 215 of file plperl.c.
Referenced by make_array_ref(), and plperl_ref_from_pg_array().
| FmgrInfo plperl_array_info::proc |
Definition at line 217 of file plperl.c.
Referenced by make_array_ref(), and plperl_ref_from_pg_array().
| FmgrInfo plperl_array_info::transform_proc |
Definition at line 218 of file plperl.c.
Referenced by make_array_ref(), and plperl_ref_from_pg_array().