CUBRID Engine  latest
db_char Union Reference

#include <dbtype_def.h>

Collaboration diagram for db_char:
Collaboration graph

Public Attributes

struct {
   unsigned char   style
 
   unsigned char   codeset
 
   unsigned char   is_max_string
 
   unsigned char   compressed_need_clear
 
info
 
struct {
   unsigned char   style
 
   unsigned char   codeset
 
   unsigned char   is_max_string
 
   unsigned char   compressed_need_clear
 
   unsigned char   size
 
   char   buf [DB_SMALL_CHAR_BUF_SIZE]
 
sm
 
struct {
   unsigned char   style
 
   unsigned char   codeset
 
   unsigned char   is_max_string
 
   unsigned char   compressed_need_clear
 
   int   size
 
   const char *   buf
 
   int   compressed_size
 
   char *   compressed_buf
 
medium
 
struct {
   unsigned char   style
 
   unsigned char   codeset
 
   unsigned char   is_max_string
 
   unsigned char   compressed_need_clear
 
   DB_LARGE_STRING *   str
 
large
 

Detailed Description

Definition at line 975 of file dbtype_def.h.

Member Data Documentation

const char* db_char::buf

Definition at line 1000 of file dbtype_def.h.

struct { ... } db_char::large
int db_char::size

Definition at line 999 of file dbtype_def.h.

struct { ... } db_char::sm
DB_LARGE_STRING* db_char::str

Definition at line 1010 of file dbtype_def.h.


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