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
commitdaaf7b3facc18bc3073b0ffb245e1c86d8670b8b (patch)
tree3bf72e869b9e19098bdf5792654a02daa230b207 /libpqpp/pq-bulkselectcommand.h
parentAPI change to pass command options through (diff)
downloadlibdbpp-postgresql-daaf7b3facc18bc3073b0ffb245e1c86d8670b8b.tar.bz2
libdbpp-postgresql-daaf7b3facc18bc3073b0ffb245e1c86d8670b8b.tar.xz
libdbpp-postgresql-daaf7b3facc18bc3073b0ffb245e1c86d8670b8b.zip
Use command options statement hash when it's availablelibdbpp-postgresql-1.1.0
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;