From cc3979f34a886ae4c89d4e3e86a5b0db1669585f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Nov 2012 11:46:03 +0200 Subject: Move some of the preprocessing from relational to common --- odb/option-types.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/option-types.hxx') diff --git a/odb/option-types.hxx b/odb/option-types.hxx index 732cd5a..b65589c 100644 --- a/odb/option-types.hxx +++ b/odb/option-types.hxx @@ -56,6 +56,11 @@ struct database const char* string () const; + // Full name (e.g., PostgreSQL). + // + const char* + name () const; + private: value v_; }; -- cgit v1.1