aboutsummaryrefslogtreecommitdiff
path: root/odb/traversal/relational.hxx
blob: cf404041e711c4ef6a1d84ccb4086495eda5067a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : odb/traversal/relational.hxx
// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

#ifndef ODB_TRAVERSAL_RELATIONAL_HXX
#define ODB_TRAVERSAL_RELATIONAL_HXX

#include <odb/traversal/relational/column.hxx>
#include <odb/traversal/relational/elements.hxx>
#include <odb/traversal/relational/foreign-key.hxx>
#include <odb/traversal/relational/index.hxx>
#include <odb/traversal/relational/key.hxx>
#include <odb/traversal/relational/model.hxx>
#include <odb/traversal/relational/primary-key.hxx>
#include <odb/traversal/relational/table.hxx>

#endif // ODB_TRAVERSAL_RELATIONAL_HXX