From cea6fb57ac8c9a893c0f404fef6c1469f0b6222b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Jul 2010 14:33:21 +0200 Subject: Next chunk of functionality Add SQL language lexer. Implement MySQL type declaration parser. Create sub-directories for databases, currently mysql and tracer. Create MySQL-specific context. --- odb/mysql/header.hxx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 odb/mysql/header.hxx (limited to 'odb/mysql/header.hxx') diff --git a/odb/mysql/header.hxx b/odb/mysql/header.hxx new file mode 100644 index 0000000..a31281e --- /dev/null +++ b/odb/mysql/header.hxx @@ -0,0 +1,17 @@ +// file : odb/mysql/header.hxx +// author : Boris Kolpackov +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef ODB_MYSQL_HEADER_HXX +#define ODB_MYSQL_HEADER_HXX + +#include + +namespace mysql +{ + void + generate_header (context&); +} + +#endif // ODB_MYSQL_HEADER_HXX -- cgit v1.1