aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/statement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/statement.hxx')
-rw-r--r--odb/sqlite/statement.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/sqlite/statement.hxx b/odb/sqlite/statement.hxx
index 2bf770c..4fad1a3 100644
--- a/odb/sqlite/statement.hxx
+++ b/odb/sqlite/statement.hxx
@@ -311,7 +311,8 @@ namespace odb
update_statement (connection& conn,
const std::string& statement,
binding& param);
- void
+
+ unsigned long long
execute ();
private: