aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-01 12:41:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-01 14:29:56 +0200
commitb8d34e12074a62d65575f22c0386d17db0e1a0b1 (patch)
treeb09d5b79f6703e9e1aa953a7033ab5399df77b93 /odb/oracle/statement.hxx
parent62d4405faf1060e447dc06fbda6789ff36bdbe36 (diff)
Implement support for optimistic concurrency
New pragmas: optimistic, version. New test: optimistic. New database function: reload().
Diffstat (limited to 'odb/oracle/statement.hxx')
-rw-r--r--odb/oracle/statement.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/oracle/statement.hxx b/odb/oracle/statement.hxx
index 0b56b8f..e0d30d9 100644
--- a/odb/oracle/statement.hxx
+++ b/odb/oracle/statement.hxx
@@ -176,7 +176,8 @@ namespace odb
update_statement (connection& conn,
const std::string& statement,
binding& param);
- void
+
+ unsigned long long
execute ();
private: