From 0cb2fe8ddfa9677adc52843ff6a31092027a7b01 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 7 Oct 2011 14:22:52 +0200 Subject: Implement unsigned_integer as part of oracle::context --- odb/relational/oracle/context.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/relational/oracle/context.hxx') diff --git a/odb/relational/oracle/context.hxx b/odb/relational/oracle/context.hxx index db4f8fd..16f18bc 100644 --- a/odb/relational/oracle/context.hxx +++ b/odb/relational/oracle/context.hxx @@ -74,6 +74,9 @@ namespace relational column_sql_type (semantics::data_member&, string const& key_prefix = string ()); + static bool + unsigned_integer (semantics::type& t); + protected: virtual string database_type_impl (semantics::type&, semantics::names*, bool); -- cgit v1.1