summaryrefslogtreecommitdiff
path: root/libpqpp/modifycommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpqpp/modifycommand.h')
-rw-r--r--libpqpp/modifycommand.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libpqpp/modifycommand.h b/libpqpp/modifycommand.h
index a9cdbef..8f63a2e 100644
--- a/libpqpp/modifycommand.h
+++ b/libpqpp/modifycommand.h
@@ -12,6 +12,11 @@ namespace PQ {
virtual ~ModifyCommand();
unsigned int execute(bool);
+
+ private:
+ const std::string stmntName;
+ void prepare() const;
+ mutable bool prepared;
};
}