JULEA
Data Fields
JDBTypeValue Union Reference

#include <jdb-type.h>

Data Fields

guint32 val_uint32
 
gint32 val_sint32
 
guint64 val_uint64
 
gint64 val_sint64
 
gdouble val_float64
 
gfloat val_float32
 
gchar const * val_string
 
struct {
   gchar const *   val_blob
 
   guint32   val_blob_length
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ val_blob

gchar const* JDBTypeValue::val_blob

◆ val_blob_length

guint32 JDBTypeValue::val_blob_length

◆ val_float32

gfloat JDBTypeValue::val_float32

◆ val_float64

gdouble JDBTypeValue::val_float64

◆ val_sint32

gint32 JDBTypeValue::val_sint32

◆ val_sint64

gint64 JDBTypeValue::val_sint64

◆ val_string

gchar const* JDBTypeValue::val_string

◆ val_uint32

guint32 JDBTypeValue::val_uint32

◆ val_uint64

guint64 JDBTypeValue::val_uint64

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