From: myun2 Date: Wed, 4 Apr 2012 22:31:02 +0000 (+0900) Subject: select.hpp: update X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=82e513f1ff7692eadae04585d3961308765587dd;p=roast%2Froast.git select.hpp: update --- diff --git a/roast/include/roast/db/sql/select.hpp b/roast/include/roast/db/sql/select.hpp index b487c7fc..4fff7d20 100644 --- a/roast/include/roast/db/sql/select.hpp +++ b/roast/include/roast/db/sql/select.hpp @@ -16,6 +16,14 @@ namespace roast { }; + class from + { + }; + + class where + { + }; + /////////////////////////////////////////////////////////////////////////// } }