summaryrefslogtreecommitdiff
path: root/lib/input/mysqlStmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/input/mysqlStmt.h')
-rw-r--r--lib/input/mysqlStmt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/input/mysqlStmt.h b/lib/input/mysqlStmt.h
index 69e62d4..09b5c73 100644
--- a/lib/input/mysqlStmt.h
+++ b/lib/input/mysqlStmt.h
@@ -23,6 +23,8 @@ namespace MyGrate::Input {
RecordSetPtr recordSet() override;
+ CursorPtr cursor() override;
+
private:
StmtPtr stmt;
};