summaryrefslogtreecommitdiff
path: root/odb/sql-token.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sql-token.hxx')
-rw-r--r--odb/sql-token.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/sql-token.hxx b/odb/sql-token.hxx
index 4d9c7a1..2a00bae 100644
--- a/odb/sql-token.hxx
+++ b/odb/sql-token.hxx
@@ -59,6 +59,12 @@ public:
std::string const&
literal () const;
+ // Human-readable string representation.
+ //
+public:
+ std::string
+ string () const;
+
// C-tors.
//
public: