aboutsummaryrefslogtreecommitdiff
path: root/odb/option-types.hxx
diff options
context:
space:
mode:
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_;
};