aboutsummaryrefslogtreecommitdiff
path: root/odb/option-types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-11-05 11:46:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-11-21 13:13:50 +0200
commitcc3979f34a886ae4c89d4e3e86a5b0db1669585f (patch)
treea8273aecad04fae7109446e77da89acfec41d7f6 /odb/option-types.hxx
parentcbec5ef49dca08975c1c894bb796d2744a2429a6 (diff)
Move some of the preprocessing from relational to common
Diffstat (limited to 'odb/option-types.hxx')
-rw-r--r--odb/option-types.hxx5
1 files changed, 5 insertions, 0 deletions
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_;
};