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