Unique pair of foreign key indexes for non-const rows. More...
#include <rdb/rdb.h>
Inherits RDB::IndexPairWrapper.
Unique pair of foreign key indexes for non-const rows.
UniquePairIndex | ( | ) | [inline] |
Default constructor.
ForeignIndex<ROW> first | ( | ) | const [inline] |
Return the first foreign index from the pair.
ForeignIndex<ROW> second | ( | ) | const [inline] |
Return the second foreign index from the pair.
ROW* find | ( | int | firstKey, | |
int | secondKey | |||
) | const [inline] |
Find the row with the given pair of keys.