Tizen 2.0 Release
[framework/web/wrt-commons.git] / modules / db / src / orm.cpp
index 5c7c821..1d2f6b4 100644 (file)
@@ -19,7 +19,7 @@
  * @version     1.0
  * @brief       Static definitions and function template specialziations of DPL-ORM.
  */
-
+#include <stddef.h>
 #include <dpl/db/orm.h>
 
 namespace DPL {
@@ -32,6 +32,7 @@ const char LessThan[] = "<";
 const char And[] = "AND";
 const char Or[] = "OR";
 const char Is[] = "IS";
+const char In[] = "IN";
 }
 
 template<>
@@ -99,4 +100,4 @@ void DataCommandUtils::BindArgument(DataCommand *command,
 
 }
 }
-}
\ No newline at end of file
+}