summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index b8a33c5..1a1595d 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -87,6 +87,14 @@ public:
static size_t
column_count (semantics::class_&);
+ // Per-database customizable functionality.
+ //
+public:
+ // Return empty string if there is no mapping.
+ //
+ virtual string
+ column_type_impl (semantics::data_member&) const;
+
protected:
struct data;
typedef cutl::shared_ptr<data> data_ptr;