From 380e5b6af7bbd5f92771b81ba69e7a30ed9a2f52 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 8 Jan 2017 15:38:38 +0000 Subject: Add the DB command options factory --- libpqpp/pq-command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpqpp/pq-command.h') 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); -- cgit v1.2.3