summaryrefslogtreecommitdiff
path: root/odb/mysql/statement.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-11-18 14:02:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-11-18 14:02:45 +0200
commit7c3e9f3ae4bb1a207fd2443456c3309e8b173ac8 (patch)
tree63c156e513a7793cf434e2aeb37e0175793c1ba4 /odb/mysql/statement.hxx
parentf959f1fb57ba5607573625aecf8ff38e4de9d558 (diff)
Version image types
Diffstat (limited to 'odb/mysql/statement.hxx')
-rw-r--r--odb/mysql/statement.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/mysql/statement.hxx b/odb/mysql/statement.hxx
index 3df86c0..343595d 100644
--- a/odb/mysql/statement.hxx
+++ b/odb/mysql/statement.hxx
@@ -70,6 +70,12 @@ namespace odb
void
cache ();
+ bool
+ cached () const
+ {
+ return cached_;
+ }
+
std::size_t
result_size ();