PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_datum_type | dtype |
int | dno |
int PLpgSQL_datum::dno |
Definition at line 278 of file plpgsql.h.
Referenced by exec_assign_expr(), plpgsql_add_initdatums(), and plpgsql_adddatum().
PLpgSQL_datum_type PLpgSQL_datum::dtype |
Definition at line 277 of file plpgsql.h.
Referenced by copy_plpgsql_datums(), exec_assign_expr(), exec_assign_value(), exec_check_assignable(), exec_eval_datum(), exec_stmt_block(), exec_stmt_foreach_a(), exec_stmt_return(), exec_stmt_return_next(), plpgsql_dumptree(), plpgsql_exec_function(), plpgsql_exec_get_datum_type(), plpgsql_exec_get_datum_type_info(), plpgsql_free_function_memory(), plpgsql_param_compile(), and plpgsql_param_fetch().