aboutsummaryrefslogtreecommitdiff
path: root/odb/statement.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-07 15:00:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-07 15:00:06 +0200
commitbcf5fce175953bec0fd2725968828850a74d8539 (patch)
tree74388e8f50f893d53cf748a34b601c96557d0228 /odb/statement.cxx
parent02e8d8116c01594716323fc6e03ede7094699d5c (diff)
Add support for SQL statement tracing
Diffstat (limited to 'odb/statement.cxx')
-rw-r--r--odb/statement.cxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/odb/statement.cxx b/odb/statement.cxx
new file mode 100644
index 0000000..d5666ca
--- /dev/null
+++ b/odb/statement.cxx
@@ -0,0 +1,14 @@
+// file : odb/statement.cxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#include <odb/statement.hxx>
+
+namespace odb
+{
+ statement::
+ ~statement ()
+ {
+ }
+}