diff options
Diffstat (limited to 'lib/output/pq/pqStmt.h')
-rw-r--r-- | lib/output/pq/pqStmt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/output/pq/pqStmt.h b/lib/output/pq/pqStmt.h index 6531180..887a326 100644 --- a/lib/output/pq/pqStmt.h +++ b/lib/output/pq/pqStmt.h @@ -27,6 +27,8 @@ namespace MyGrate::Output::Pq { RecordSetPtr recordSet() override; + CursorPtr cursor() override; + private: static std::string prepareAsNeeded(const char * const q, std::size_t n, PqConn * c); |