summaryrefslogtreecommitdiff
path: root/odb/mysql/header.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/header.cxx')
-rw-r--r--odb/mysql/header.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/mysql/header.cxx b/odb/mysql/header.cxx
index 5c82bb2..6cd3569 100644
--- a/odb/mysql/header.cxx
+++ b/odb/mysql/header.cxx
@@ -284,7 +284,7 @@ namespace mysql
//
os << "static const char* const persist_statement;"
<< "static const char* const find_statement;"
- << "static const char* const store_statement;"
+ << "static const char* const update_statement;"
<< "static const char* const erase_statement;";
if (options.generate_query ())
@@ -334,10 +334,10 @@ namespace mysql
<< "persist (database&, object_type&);"
<< endl;
- // store ()
+ // update ()
//
os << "static void" << endl
- << "store (database&, object_type&);"
+ << "update (database&, object_type&);"
<< endl;
// erase ()