From a5f24411433aeb61ad015129354a664820affab0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 12 Dec 2012 11:26:44 +0200 Subject: Add support for SQL name transformations --- odb/relational/oracle/context.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'odb/relational/oracle/context.hxx') diff --git a/odb/relational/oracle/context.hxx b/odb/relational/oracle/context.hxx index 6b07a5f..0008724 100644 --- a/odb/relational/oracle/context.hxx +++ b/odb/relational/oracle/context.hxx @@ -106,6 +106,12 @@ namespace relational static bool unsigned_integer (semantics::type&); + public: + // Construct sequence name from a given table name. + // + qname + sequence_name (qname const& table); + protected: virtual string const& convert_expr (string const&, semantics::data_member&, bool); -- cgit v1.1