aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/object-statements.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-22 16:22:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-22 16:22:06 +0200
commitbe5909a7fc240c007bb0128353d493af947a8749 (patch)
tree84f4e6488adcde96e5e41a691c191035da6e92c1 /odb/sqlite/object-statements.cxx
parent878a448f86ddd60e5eb7778e88edd965003ea480 (diff)
Add object and container statement caches
Diffstat (limited to 'odb/sqlite/object-statements.cxx')
-rw-r--r--odb/sqlite/object-statements.cxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/odb/sqlite/object-statements.cxx b/odb/sqlite/object-statements.cxx
new file mode 100644
index 0000000..fd3df50
--- /dev/null
+++ b/odb/sqlite/object-statements.cxx
@@ -0,0 +1,17 @@
+// file : odb/sqlite/object-statements.cxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#include <odb/sqlite/object-statements.hxx>
+
+namespace odb
+{
+ namespace sqlite
+ {
+ object_statements_base::
+ ~object_statements_base ()
+ {
+ }
+ }
+}