CUBRID Engine  latest
text_conversion Struct Reference

#include <locale_support.h>

Collaboration diagram for text_conversion:
Collaboration graph

Public Attributes

TEXT_CONV_TYPE conv_type
 
char * win_codepages
 
char * nl_lang_str
 
unsigned char byte_flag [256]
 
unsigned int utf8_first_cp
 
unsigned int utf8_last_cp
 
CONV_CP_TO_BYTESutf8_to_text
 
unsigned int text_first_cp
 
unsigned int text_last_cp
 
CONV_CP_TO_BYTEStext_to_utf8
 
int(* utf8_to_text_func )(const char *, const int, char **, int *)
 
int(* text_to_utf8_func )(const char *, const int, char **, int *)
 
void(* init_conv_func )(void)
 

Detailed Description

Definition at line 503 of file locale_support.h.

Member Data Documentation

void(* text_conversion::init_conv_func) (void)
int(* text_conversion::text_to_utf8_func) (const char *, const int, char **, int *)

Definition at line 524 of file locale_support.h.

Referenced by init_user_locales(), and start_csql().

int(* text_conversion::utf8_to_text_func) (const char *, const int, char **, int *)

Definition at line 523 of file locale_support.h.

Referenced by init_user_locales(), and start_csql().


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