From 58c9725bbcc8dfa662985a1888382a804ccc07a5 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Thu, 19 Apr 2012 08:35:26 +0900 Subject: [PATCH] =?utf8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- roast/include/roast/db/sql/index.hpp | 18 ++---------------- roast/include/roast/db/sql/sql.hpp | 1 + 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/roast/include/roast/db/sql/index.hpp b/roast/include/roast/db/sql/index.hpp index b5df2b2d..183b59f0 100644 --- a/roast/include/roast/db/sql/index.hpp +++ b/roast/include/roast/db/sql/index.hpp @@ -6,28 +6,14 @@ #ifndef __SFJP_ROAST__db__sql__index_HPP__ #define __SFJP_ROAST__db__sql__index_HPP__ +#include "roast/db/sql/sql_common.hpp" + namespace roast { namespace sql { /////////////////////////////////////////////////////////////////////////////////// - namespace _char - { - typedef chars::space space; - } - - namespace _op_names - { - ROAST_LEXICAL_FIXSTR(create,"CREATE"); - ROAST_LEXICAL_FIXSTR(drop,"DROP"); - - ROAST_LEXICAL_FIXSTR(index,"INDEX"); - ROAST_LEXICAL_FIXSTR(on,"ON"); - } - - /////////////////////////////////////////////////////////////////////////////////// - // CREATE INDEX template class create_index : public seq< diff --git a/roast/include/roast/db/sql/sql.hpp b/roast/include/roast/db/sql/sql.hpp index 85dffe4e..ac9d80d8 100644 --- a/roast/include/roast/db/sql/sql.hpp +++ b/roast/include/roast/db/sql/sql.hpp @@ -10,6 +10,7 @@ #include "roast/db/sql/table.hpp" #include "roast/db/sql/select.hpp" +#include "roast/db/sql/join.hpp" #include "roast/db/sql/insert_update.hpp" #include "roast/db/sql/delete.hpp" #include "roast/db/sql/functions.hpp" -- 2.11.0