#include "Common.h"
#include "IQueryOperator.h"
#include "RecordFileScan.h"
#include "SystemManager.h"
Go to the source code of this file.
Classes | |
struct | RelationAttribute |
Structure to hold a relation name, attribute name pair. More... | |
struct | TypedValue |
Variant structure to hold an integer, float, or string pointer. More... | |
struct | AttributeOrValue |
Variant structure to hold an attribute name or a constant value. More... | |
struct | Condition |
A selection condition. More... | |
class | QueryEngine |
Class for executing queries and updates. More... |