aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/result.hxx')
-rw-r--r--odb/mysql/result.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/odb/mysql/result.hxx b/odb/mysql/result.hxx
index 812cb68..951ae91 100644
--- a/odb/mysql/result.hxx
+++ b/odb/mysql/result.hxx
@@ -40,9 +40,12 @@ namespace odb
virtual void
current (T&);
- void
+ virtual void
next ();
+ virtual void
+ cache ();
+
using odb::result_impl<T>::current;
private: