AttributeOrValue Struct Reference

Variant structure to hold an attribute name or a constant value. More...

#include <QueryEngine.h>

List of all members.

Public Attributes

bool isAttribute
 Whether the structure stores an attribute name or a constant value.
union {
   RelationAttribute   attribute
 An attribute name (isAttribute != 0).
   TypedValue   value
 A constant value (isAttribute == 0).
}; 

Detailed Description

Variant structure to hold an attribute name or a constant value.

Variant structure to hold an attribute name (RelationAttribute) or a constant value (TypedValue). The isAttribute field 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