aboutsummaryrefslogtreecommitdiff
path: root/odb/semantics/relational.hxx
blob: 7bb4b3ae69c3cd382265be5a2ad25b1cf91cdcbf (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-2012 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