aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-08-10 17:05:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-08-10 17:05:28 +0200
commit19d689b4757f4d52c60032076b2023fa6aa30837 (patch)
treeb28d4e1a01b87449e7436aadcc5a448c41bc5dec /odb/mysql/result.hxx
parentb49d3e5e0e58e69b4fde856e37f73d101b5b2c0a (diff)
Add ability to load result into an existing object
Diffstat (limited to 'odb/mysql/result.hxx')
-rw-r--r--odb/mysql/result.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/mysql/result.hxx b/odb/mysql/result.hxx
index d852bc6..52d5b72 100644
--- a/odb/mysql/result.hxx
+++ b/odb/mysql/result.hxx
@@ -34,6 +34,9 @@ namespace odb
pointer_type
current (bool release);
+ virtual void
+ current (T&);
+
void
next ();