summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index e4b9418..f201596 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -564,6 +564,11 @@ public:
string const& key_prefix,
string const& default_name) const;
+ // Compose the name by inserting/removing an underscore, as necessary.
+ //
+ static string
+ compose_name (string const& prefix, string const& name);
+
string
column_type (const data_member_path&,
string const& key_prefix = string (),