Public Member Functions

ForeignIndex< void > Class Template Reference

Typeless specialization of the foreign key index. More...

#include <rdb/rdb.h>

Inherits RDB::IndexWrapper.

List of all members.

Public Member Functions


Detailed Description

template<>
class RDB::ForeignIndex< void >

Typeless specialization of the foreign key index.


Constructor & Destructor Documentation

ForeignIndex (  )  [inline]

Default constructor.

ForeignIndex ( const ForeignIndex< ROW > &  other  )  [inline]

Conversion from a typed index.