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
commit1bc8b0349266db6b076b3f04f79c4ec3e493b3d9 (patch)
tree2579f54dad1c04faa83bd895ac0bfb675a204458 /libpqpp/pq-command.h
parentMinor updates/tweaks to increase test coverage (diff)
downloadlibdbpp-postgresql-1bc8b0349266db6b076b3f04f79c4ec3e493b3d9.tar.bz2
libdbpp-postgresql-1bc8b0349266db6b076b3f04f79c4ec3e493b3d9.tar.xz
libdbpp-postgresql-1bc8b0349266db6b076b3f04f79c4ec3e493b3d9.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);