OSDN Git Service

db/sql/transaction.hpp, prepare.hpp Add.
authorMyun2 <myun2@nwhite.info>
Fri, 6 Apr 2012 03:14:02 +0000 (12:14 +0900)
committerMyun2 <myun2@nwhite.info>
Fri, 6 Apr 2012 03:14:02 +0000 (12:14 +0900)
roast/include/roast/db/sql/prepare.hpp [new file with mode: 0644]
roast/include/roast/db/sql/transaction.hpp [new file with mode: 0644]

diff --git a/roast/include/roast/db/sql/prepare.hpp b/roast/include/roast/db/sql/prepare.hpp
new file mode 100644 (file)
index 0000000..edc1822
--- /dev/null
@@ -0,0 +1,29 @@
+//     Roast+ License
+
+/*
+       
+*/
+#ifndef __SFJP_ROAST__db__sql__prepare_HPP__
+#define __SFJP_ROAST__db__sql__prepare_HPP__
+
+namespace roast
+{
+       namespace sql
+       {
+               ///////////////////////////////////////////////////////////////////////////////////
+               
+               class prepate
+               {
+               };
+               
+               ///////////////////////////////////////////////////////////////////////////////////
+               
+               class execute
+               {
+               };
+               
+               ///////////////////////////////////////////////////////////////////////////
+       }
+}
+
+#endif//__SFJP_ROAST__db__sql__prepare_HPP__
diff --git a/roast/include/roast/db/sql/transaction.hpp b/roast/include/roast/db/sql/transaction.hpp
new file mode 100644 (file)
index 0000000..a67f2ef
--- /dev/null
@@ -0,0 +1,35 @@
+//     Roast+ License
+
+/*
+       
+*/
+#ifndef __SFJP_ROAST__db__sql__transaction_HPP__
+#define __SFJP_ROAST__db__sql__transaction_HPP__
+
+namespace roast
+{
+       namespace sql
+       {
+               ///////////////////////////////////////////////////////////////////////////////////
+               
+               class begin
+               {
+               };
+               
+               ///////////////////////////////////////////////////////////////////////////////////
+               
+               class commit
+               {
+               };
+               
+               ///////////////////////////////////////////////////////////////////////////////////
+               
+               class rollback
+               {
+               };
+               
+               ///////////////////////////////////////////////////////////////////////////
+       }
+}
+
+#endif//__SFJP_ROAST__db__sql__transaction_HPP__