PostgreSQL Source Code
git master
|
#include <expandedrecord.h>
Data Fields | |
int | fnumber |
Oid | ftypeid |
int32 | ftypmod |
Oid | fcollation |
Definition at line 168 of file expandedrecord.h.
Oid ExpandedRecordFieldInfo::fcollation |
Definition at line 173 of file expandedrecord.h.
Referenced by expanded_record_lookup_field(), and plpgsql_exec_get_datum_type_info().
int ExpandedRecordFieldInfo::fnumber |
Definition at line 170 of file expandedrecord.h.
Referenced by exec_assign_value(), exec_eval_datum(), expanded_record_lookup_field(), and plpgsql_param_eval_recfield().
Oid ExpandedRecordFieldInfo::ftypeid |
Definition at line 171 of file expandedrecord.h.
Referenced by exec_assign_value(), exec_eval_datum(), expanded_record_lookup_field(), plpgsql_exec_get_datum_type(), plpgsql_exec_get_datum_type_info(), and plpgsql_param_eval_recfield().
int32 ExpandedRecordFieldInfo::ftypmod |
Definition at line 172 of file expandedrecord.h.
Referenced by exec_assign_value(), exec_eval_datum(), expanded_record_lookup_field(), and plpgsql_exec_get_datum_type_info().