summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index 2bb91cb..0bb58ba 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -425,12 +425,15 @@ public:
return c.count ("readonly");
}
+ // Null-able.
//
- //
- bool
+ static bool
+ null (data_member_path const&);
+
+ static bool
null (semantics::data_member&);
- bool
+ static bool
null (semantics::data_member&, string const& key_prefix);
// Optimistic concurrency.