diff options
Diffstat (limited to 'libpqpp/pq-bulkselectcommand.h')
-rw-r--r-- | libpqpp/pq-bulkselectcommand.h | 2 |
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; |