#include "Table.h"
Go to the source code of this file.
Classes | |
class | TableScanCursor |
Cursor that takes a where clause, and scans a table for matching tuples. More... | |
class | KeyEqualCursor |
Cursor that takes an expression and returns the value for the matching key. More... | |
class | IndexKeyEqualCursor |
Cursor that takes an expression and returns the value for the matching key in the index. More... |