aboutsummaryrefslogtreecommitdiff
path: root/odb/traversal/relational/primary-key.hxx
blob: 6374e4c97399b7dd5da29365e529fa8a3fc7b2a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// file      : odb/traversal/relational/primary-key.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

#ifndef ODB_TRAVERSAL_RELATIONAL_PRIMARY_KEY_HXX
#define ODB_TRAVERSAL_RELATIONAL_PRIMARY_KEY_HXX

#include <odb/semantics/relational/primary-key.hxx>
#include <odb/traversal/relational/key.hxx>

namespace traversal
{
  namespace relational
  {
    struct primary_key: key_template<semantics::relational::primary_key> {};
  }
}

#endif // ODB_TRAVERSAL_RELATIONAL_PRIMARY_KEY_HXX