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

#ifndef ODB_TRAVERSAL_RELATIONAL_COLUMN_HXX
#define ODB_TRAVERSAL_RELATIONAL_COLUMN_HXX

#include <odb/semantics/relational/column.hxx>
#include <odb/traversal/relational/elements.hxx>

namespace traversal
{
  namespace relational
  {
    struct column: node<semantics::relational::column> {};
  }
}

#endif // ODB_TRAVERSAL_RELATIONAL_COLUMN_HXX