PostgreSQL Source Code  git master
pg_utf_to_local_combined Struct Reference

#include <pg_wchar.h>

Data Fields

uint32 utf1
 
uint32 utf2
 
uint32 code
 

Detailed Description

Definition at line 477 of file pg_wchar.h.

Field Documentation

◆ code

uint32 pg_utf_to_local_combined::code

Definition at line 481 of file pg_wchar.h.

Referenced by UtfToLocal().

◆ utf1

uint32 pg_utf_to_local_combined::utf1

Definition at line 479 of file pg_wchar.h.

◆ utf2

uint32 pg_utf_to_local_combined::utf2

Definition at line 480 of file pg_wchar.h.


The documentation for this struct was generated from the following file: