From 3831dbb9c8aa44654f218c4607f396558fce9747 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Oct 2011 16:26:45 +0200 Subject: Add support for string representation of sql_token --- odb/sql-token.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'odb/sql-token.hxx') 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: -- cgit v1.1