From a3ce8b262bf5e7da2b27ad6f367fe9315e0c0ab0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Sep 2010 14:47:07 +0200 Subject: Rename store() to update() --- odb/mysql/statement.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'odb/mysql/statement.cxx') diff --git a/odb/mysql/statement.cxx b/odb/mysql/statement.cxx index 816843d..457c4bd 100644 --- a/odb/mysql/statement.cxx +++ b/odb/mysql/statement.cxx @@ -394,16 +394,16 @@ namespace odb // update_statement // - store_statement:: - ~store_statement () + update_statement:: + ~update_statement () { } - store_statement:: - store_statement (connection& conn, - const string& s, - binding& id, - binding& image) + update_statement:: + update_statement (connection& conn, + const string& s, + binding& id, + binding& image) : statement (conn), id_ (id), id_version_ (0), @@ -417,7 +417,7 @@ namespace odb throw database_exception (stmt_); } - void store_statement:: + void update_statement:: execute () { if (statement* a = conn_.active ()) -- cgit v1.1