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.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/mysql/result.hxx b/odb/mysql/result.hxx
index 951ae91..15bcb5d 100644
--- a/odb/mysql/result.hxx
+++ b/odb/mysql/result.hxx
@@ -46,6 +46,9 @@ namespace odb
virtual void
cache ();
+ virtual std::size_t
+ size ();
+
using odb::result_impl<T>::current;
private: