TypedValue Struct Reference

Variant structure to hold an integer, float, or string pointer. More...

#include <QueryEngine.h>

List of all members.

Public Attributes

AttributeType type
 The type of the value.
union {
   int   i
 The value as an integer (use when type == INTEGER).
   float   f
 The value as a float (use when type == FLOAT).
   const char *   str
 The value as a string (use when type == STRING).
}; 

Detailed Description

Variant structure to hold an integer, float, or string pointer.

Variant structure to hold an integer, float, or string pointer. The type parameter indicates which field of the union is meaningful.


The documentation for this struct was generated from the following file:
Generated on Sun May 16 23:18:41 2010 for DavisDB by  doxygen 1.6.3