summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 9f5723a..3ca8d1e 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -35,6 +35,12 @@ public:
// Database names and types.
//
public:
+ // Cleaned-up member name that can be used in public interfaces
+ // such as queries, column names, etc.
+ //
+ string
+ public_name (semantics::data_member&) const;
+
string
table_name (semantics::type&) const;