PostgreSQL Source Code  git master
pg_local_to_utf_combined Struct Reference

#include <pg_wchar.h>

Data Fields

uint32 code
 
uint32 utf1
 
uint32 utf2
 

Detailed Description

Definition at line 493 of file pg_wchar.h.

Field Documentation

◆ code

uint32 pg_local_to_utf_combined::code

Definition at line 495 of file pg_wchar.h.

◆ utf1

uint32 pg_local_to_utf_combined::utf1

Definition at line 496 of file pg_wchar.h.

Referenced by LocalToUtf().

◆ utf2

uint32 pg_local_to_utf_combined::utf2

Definition at line 497 of file pg_wchar.h.

Referenced by LocalToUtf().


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