summaryrefslogtreecommitdiff
path: root/libpqpp/pq-bulkselectcommand.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-01-01 20:08:22 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2017-01-01 20:08:22 +0000
commit409aeefb61795aa8f524d4371800a5bebb66a2e4 (patch)
tree7540ed88071dd5c7ebbae697171e3afc571a2a02 /libpqpp/pq-bulkselectcommand.h
parentAPI change to pass command options through (diff)
downloadlibdbpp-postgresql-409aeefb61795aa8f524d4371800a5bebb66a2e4.tar.bz2
libdbpp-postgresql-409aeefb61795aa8f524d4371800a5bebb66a2e4.tar.xz
libdbpp-postgresql-409aeefb61795aa8f524d4371800a5bebb66a2e4.zip
Use command options statement hash when it's available
Diffstat (limited to 'libpqpp/pq-bulkselectcommand.h')
-rw-r--r--libpqpp/pq-bulkselectcommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpqpp/pq-bulkselectcommand.h b/libpqpp/pq-bulkselectcommand.h
index 58b01aa..e4775d4 100644
--- a/libpqpp/pq-bulkselectcommand.h
+++ b/libpqpp/pq-bulkselectcommand.h
@@ -12,7 +12,7 @@ namespace PQ {
class Column;
class BulkSelectCommand : public DB::SelectCommand, public SelectBase, public PreparedStatement {
public:
- BulkSelectCommand(Connection *, const std::string & sql, unsigned int no);
+ BulkSelectCommand(Connection *, const std::string & sql, unsigned int no, const DB::CommandOptions *);
virtual ~BulkSelectCommand();
bool fetch() override;