|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| NodeTag | type |
| ExprContext * | econtext |
| TupleDesc | expectedDesc |
| int | allowedModes |
| SetFunctionReturnMode | returnMode |
| ExprDoneCond | isDone |
| Tuplestorestate * | setResult |
| TupleDesc | setDesc |
Definition at line 354 of file execnodes.h.
| int ReturnSetInfo::allowedModes |
Definition at line 360 of file execnodes.h.
Referenced by exec_init_tuple_store(), fmgr_sql(), plperl_func_handler(), plperl_return_next_internal(), plpgsql_exec_function(), pltcl_func_handler(), pltcl_init_tuple_store(), PLy_exec_function(), and populate_recordset_worker().
| ExprContext* ReturnSetInfo::econtext |
Definition at line 358 of file execnodes.h.
Referenced by end_MultiFuncCall(), fmgr_sql(), init_MultiFuncCall(), plperl_return_next_internal(), plpgsql_estate_setup(), pltcl_func_handler(), and populate_recordset_worker().
| TupleDesc ReturnSetInfo::expectedDesc |
Definition at line 359 of file execnodes.h.
Referenced by exec_init_tuple_store(), plperl_return_next_internal(), and pltcl_init_tuple_store().
| ExprDoneCond ReturnSetInfo::isDone |
Definition at line 363 of file execnodes.h.
Referenced by fmgr_sql(), hstore_svals(), and plperl_func_handler().
| SetFunctionReturnMode ReturnSetInfo::returnMode |
Definition at line 362 of file execnodes.h.
Referenced by fmgr_sql(), plperl_func_handler(), plpgsql_exec_function(), pltcl_func_handler(), PLy_exec_function(), and populate_recordset_worker().
| TupleDesc ReturnSetInfo::setDesc |
Definition at line 366 of file execnodes.h.
Referenced by each_worker(), each_worker_jsonb(), elements_worker(), elements_worker_jsonb(), fmgr_sql(), pg_available_wal_summaries(), pg_hba_file_rules(), pg_ident_file_mappings(), pg_wal_summary_contents(), plperl_func_handler(), plpgsql_exec_function(), pltcl_func_handler(), populate_recordset_worker(), text_to_table(), and verify_heapam().
| Tuplestorestate* ReturnSetInfo::setResult |
Definition at line 365 of file execnodes.h.
Referenced by each_worker(), each_worker_jsonb(), elements_worker(), elements_worker_jsonb(), fmgr_sql(), pg_available_wal_summaries(), pg_hba_file_rules(), pg_ident_file_mappings(), pg_wal_summary_contents(), plperl_func_handler(), plpgsql_exec_function(), pltcl_func_handler(), populate_recordset_worker(), text_to_table(), and verify_heapam().
| NodeTag ReturnSetInfo::type |
Definition at line 356 of file execnodes.h.