mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-14 06:32:33 +01:00
Implement SQLiteBatch::StartCursor, ReadAtCursor, and CloseCursor
This commit is contained in:
@@ -18,6 +18,8 @@ class SQLiteBatch : public DatabaseBatch
|
||||
private:
|
||||
SQLiteDatabase& m_database;
|
||||
|
||||
bool m_cursor_init = false;
|
||||
|
||||
sqlite3_stmt* m_read_stmt{nullptr};
|
||||
sqlite3_stmt* m_insert_stmt{nullptr};
|
||||
sqlite3_stmt* m_overwrite_stmt{nullptr};
|
||||
|
||||
Reference in New Issue
Block a user