#include "RecordManager.h"#include "Record.h"Go to the source code of this file.
Classes | |
| class | RecordFileScan | 
| Class for executing scans of record files.  More... | |
Enumerations | |
| enum | AttributeType { INTEGER, FLOAT, STRING } | 
Attribute types supported by RecordFileScan. More... | |
| enum | ComparisonOp {  EQ_OP, LT_OP, GT_OP, LE_OP, GE_OP, NE_OP, NO_OP }  | 
The comparisons supported by RecordFileScan. More... | |
| enum AttributeType | 
Attribute types supported by RecordFileScan.
| enum ComparisonOp | 
The comparisons supported by RecordFileScan.
 1.6.3