aboutsummaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index da975f3..ec4505b 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -17,8 +17,8 @@
#include <cstddef> // std::size_t
#include <iostream>
-#include <cutl/re.hxx>
-#include <cutl/shared-ptr.hxx>
+#include <libcutl/re.hxx>
+#include <libcutl/shared-ptr.hxx>
#include <odb/options.hxx>
#include <odb/features.hxx>
@@ -1342,6 +1342,14 @@ public:
qname
table_name (semantics::data_member&, table_prefix const&) const;
+ string
+ table_options (semantics::class_&);
+
+ // Table options for the container member.
+ //
+ string
+ table_options (semantics::data_member&, semantics::type& ct);
+
//
//
struct column_prefix