|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| PLpgSQL_datum_type | dtype |
| int | dno |
| char * | fieldname |
| int | recparentno |
| int | nextfield |
| uint64 | rectupledescid |
| ExpandedRecordFieldInfo | finfo |
| int PLpgSQL_recfield::dno |
Definition at line 446 of file plpgsql.h.
Referenced by plpgsql_build_recfield().
| PLpgSQL_datum_type PLpgSQL_recfield::dtype |
Definition at line 445 of file plpgsql.h.
Referenced by plpgsql_build_recfield(), plpgsql_param_eval_recfield(), and resolve_column_ref().
| char* PLpgSQL_recfield::fieldname |
Definition at line 449 of file plpgsql.h.
Referenced by exec_assign_value(), exec_eval_datum(), plpgsql_build_recfield(), plpgsql_exec_get_datum_type(), plpgsql_exec_get_datum_type_info(), plpgsql_param_eval_recfield(), plpgsql_param_fetch(), and resolve_column_ref().
| ExpandedRecordFieldInfo PLpgSQL_recfield::finfo |
Definition at line 453 of file plpgsql.h.
Referenced by exec_assign_value(), exec_eval_datum(), plpgsql_exec_get_datum_type(), plpgsql_exec_get_datum_type_info(), plpgsql_param_eval_recfield(), and plpgsql_param_fetch().
| int PLpgSQL_recfield::nextfield |
Definition at line 451 of file plpgsql.h.
Referenced by plpgsql_build_recfield(), and resolve_column_ref().
| int PLpgSQL_recfield::recparentno |
Definition at line 450 of file plpgsql.h.
Referenced by exec_assign_value(), exec_eval_datum(), plpgsql_build_recfield(), plpgsql_exec_get_datum_type(), plpgsql_exec_get_datum_type_info(), plpgsql_param_eval_recfield(), plpgsql_param_fetch(), and resolve_column_ref().
| uint64 PLpgSQL_recfield::rectupledescid |
Definition at line 452 of file plpgsql.h.
Referenced by exec_assign_value(), exec_eval_datum(), plpgsql_build_recfield(), plpgsql_exec_get_datum_type(), plpgsql_exec_get_datum_type_info(), plpgsql_param_eval_recfield(), and plpgsql_param_fetch().