CUBRID Engine  latest
sp_value Struct Reference

#include <shard_parser.h>

Collaboration diagram for sp_value:
Collaboration graph

Public Attributes

SP_VALUE_TYPE type
 
struct {
   int   length
 
   char *   value
 
   char   value_arr [SP_VALUE_INIT_SIZE]
 
   char *   value_ex
 
string
 
INT64 integer
 

Detailed Description

Definition at line 104 of file shard_parser.h.

Member Data Documentation

int sp_value::length
char sp_value::value_arr[SP_VALUE_INIT_SIZE]

Definition at line 111 of file shard_parser.h.

Referenced by sp_init_sp_value().

char* sp_value::value_ex

Definition at line 112 of file shard_parser.h.

Referenced by sp_free_sp_value(), sp_init_sp_value(), and sp_make_string_sp_value().


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