From fb4e4a34c901ef27a9fac1956837887d8e961dd9 Mon Sep 17 00:00:00 2001 From: myun2 Date: Thu, 5 Apr 2012 15:16:20 +0900 Subject: [PATCH] select.hpp: update --- roast/include/roast/db/sql/select.hpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/roast/include/roast/db/sql/select.hpp b/roast/include/roast/db/sql/select.hpp index 4fff7d20..0cbe22e4 100644 --- a/roast/include/roast/db/sql/select.hpp +++ b/roast/include/roast/db/sql/select.hpp @@ -24,6 +24,24 @@ namespace roast { }; + ///////////////// + + class group_by + { + }; + + class having + { + }; + + class order_by + { + }; + + class limit + { + }; + /////////////////////////////////////////////////////////////////////////// } } -- 2.11.0