aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/statement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/statement.hxx')
-rw-r--r--odb/mysql/statement.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/mysql/statement.hxx b/odb/mysql/statement.hxx
index 1684600..bdeee7a 100644
--- a/odb/mysql/statement.hxx
+++ b/odb/mysql/statement.hxx
@@ -89,6 +89,9 @@ namespace odb
void
cache ();
+ std::size_t
+ result_size ();
+
result
fetch ();
@@ -108,6 +111,7 @@ namespace odb
private:
bool end_;
bool cached_;
+ std::size_t rows_;
binding& image_;
std::size_t image_version_;