diff options
Diffstat (limited to 'odb/sqlite/database.hxx')
-rw-r--r-- | odb/sqlite/database.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/odb/sqlite/database.hxx b/odb/sqlite/database.hxx index 121f85c..cfff30f 100644 --- a/odb/sqlite/database.hxx +++ b/odb/sqlite/database.hxx @@ -78,6 +78,8 @@ namespace odb } public: + using odb::database::execute; + virtual unsigned long long execute (const char* statement, std::size_t length); @@ -85,6 +87,12 @@ namespace odb virtual transaction_impl* begin (); + transaction_impl* + begin_immediate (); + + transaction_impl* + begin_exclusive (); + public: details::shared_ptr<connection_type> connection (); |