aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/database.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/database.hxx')
-rw-r--r--odb/mysql/database.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/mysql/database.hxx b/odb/mysql/database.hxx
index 6449d23..81f2892 100644
--- a/odb/mysql/database.hxx
+++ b/odb/mysql/database.hxx
@@ -159,6 +159,10 @@ namespace odb
}
public:
+ virtual unsigned long long
+ execute (const char* statement, std::size_t length);
+
+ public:
virtual transaction_impl*
begin ();