summaryrefslogtreecommitdiff
path: root/libpqpp/pq-command.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-01-08 15:38:38 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2017-01-08 20:18:08 +0000
commit380e5b6af7bbd5f92771b81ba69e7a30ed9a2f52 (patch)
tree826c69554e9bb487bf69ee4a4d00fdc652b9331a /libpqpp/pq-command.h
parentMinor updates/tweaks to increase test coverage (diff)
downloadlibdbpp-postgresql-380e5b6af7bbd5f92771b81ba69e7a30ed9a2f52.tar.bz2
libdbpp-postgresql-380e5b6af7bbd5f92771b81ba69e7a30ed9a2f52.tar.xz
libdbpp-postgresql-380e5b6af7bbd5f92771b81ba69e7a30ed9a2f52.zip
Add the DB command options factory
Diffstat (limited to 'libpqpp/pq-command.h')
-rw-r--r--libpqpp/pq-command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpqpp/pq-command.h b/libpqpp/pq-command.h
index e054da8..7612262 100644
--- a/libpqpp/pq-command.h
+++ b/libpqpp/pq-command.h
@@ -12,6 +12,7 @@ namespace PQ {
class DLL_PUBLIC CommandOptions : public DB::CommandOptions {
public:
+ CommandOptions(std::size_t, const DB::CommandOptionsMap &);
CommandOptions(std::size_t hash,
unsigned int fetchTuples = 35,
bool useCursor = true);