OSDN Git Service

select.hpp: update
authormyun2 <myun2@nwhite.info>
Wed, 4 Apr 2012 22:31:02 +0000 (07:31 +0900)
committermyun2 <myun2@nwhite.info>
Wed, 4 Apr 2012 22:31:02 +0000 (07:31 +0900)
roast/include/roast/db/sql/select.hpp

index b487c7f..4fff7d2 100644 (file)
@@ -16,6 +16,14 @@ namespace roast
                {
                };
                
+               class from
+               {
+               };
+               
+               class where
+               {
+               };
+               
                ///////////////////////////////////////////////////////////////////////////
        }
 }