aboutsummaryrefslogtreecommitdiff
path: root/odb/semantics/relational.hxx
blob: 2d4f453e1f3aee8c6c72b5b5ea25f7f62312847b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : odb/semantics/relational.hxx
// copyright : Copyright (c) 2009-2018 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/changelog.hxx>
#include <odb/semantics/relational/changeset.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