summaryrefslogtreecommitdiff
path: root/odb/sql-lexer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sql-lexer.hxx')
-rw-r--r--odb/sql-lexer.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/sql-lexer.hxx b/odb/sql-lexer.hxx
index adeff37..bb1c56e 100644
--- a/odb/sql-lexer.hxx
+++ b/odb/sql-lexer.hxx
@@ -15,8 +15,11 @@
class sql_lexer
{
public:
+ sql_lexer ();
sql_lexer (std::string const& sql);
+ void lex (std::string const& sql);
+
struct invalid_input
{
invalid_input (std::size_t l, std::size_t c, std::string const& m)