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