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

#ifndef ODB_SEMANTICS_RELATIONAL_HXX
#define ODB_SEMANTICS_RELATIONAL_HXX

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

#endif // ODB_SEMANTICS_RELATIONAL_HXX