aboutsummaryrefslogtreecommitdiff
path: root/odb/traversal/relational.hxx
blob: 1e0d9e648ffbe977aae0158c3254aa1bd7c09401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : odb/traversal/relational.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_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