|
CUBRID Engine
latest
|
#include <language_support.h>

Public Attributes | |
| const char * | charset_name |
| const char * | charset_desc |
| const char * | space_char |
| const char * | introducer |
| const char * | charset_cubrid_name |
| INTL_CODESET | charset_id |
| int | space_size |
Definition at line 126 of file language_support.h.
| const char* db_charset::charset_cubrid_name |
Definition at line 132 of file language_support.h.
Referenced by lang_charset_cubrid_name().
| const char* db_charset::charset_desc |
Definition at line 129 of file language_support.h.
| INTL_CODESET db_charset::charset_id |
Definition at line 133 of file language_support.h.
Referenced by lang_charset_cubrid_name(), lang_charset_introducer(), lang_charset_name(), and lang_charset_name_to_id().
| const char* db_charset::charset_name |
Definition at line 128 of file language_support.h.
Referenced by lang_charset_name().
| const char* db_charset::introducer |
Definition at line 131 of file language_support.h.
Referenced by lang_charset_introducer().
| const char* db_charset::space_char |
Definition at line 130 of file language_support.h.
| int db_charset::space_size |
Definition at line 134 of file language_support.h.