aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/oracle/context.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-07 14:22:52 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-21 11:47:12 +0200
commit0cb2fe8ddfa9677adc52843ff6a31092027a7b01 (patch)
treec1c946660d701151f80c37085b640e0cd72ced26 /odb/relational/oracle/context.hxx
parent746c0dce5d945f27ed796ead1a0006456d2fb69b (diff)
Implement unsigned_integer as part of oracle::context
Diffstat (limited to 'odb/relational/oracle/context.hxx')
-rw-r--r--odb/relational/oracle/context.hxx3
1 files changed, 3 insertions, 0 deletions
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);