summaryrefslogtreecommitdiff
path: root/odb/mysql/header.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-20 14:47:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-20 14:47:07 +0200
commitbf21eac4ab82b7058c3c4148bae8b1f77924730e (patch)
tree65144a85ad85d236aedcf1cef1f3e10c2d5ed715 /odb/mysql/header.cxx
parent0af7ebb3ec09bb97f63337d365f1d3404ccaebdc (diff)
Rename store() to update()
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 ()