aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/statement.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/statement.cxx')
-rw-r--r--odb/mysql/statement.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/mysql/statement.cxx b/odb/mysql/statement.cxx
index c65adea..bc29ff5 100644
--- a/odb/mysql/statement.cxx
+++ b/odb/mysql/statement.cxx
@@ -262,6 +262,12 @@ namespace odb
return true;
}
+ unsigned long long insert_statement::
+ id ()
+ {
+ return static_cast<unsigned long long> (mysql_stmt_insert_id (stmt_));
+ }
+
// update_statement
//