forked from qt-creator/qt-creator
Sqlite: Add setter for last row id
Change-Id: I15dfb997b04e285a8dfa0e2979de8457817bce3e Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -72,6 +72,7 @@ public:
|
||||
int totalChangesCount() const;
|
||||
|
||||
int64_t lastInsertedRowId() const;
|
||||
void setLastInsertedRowId(int64_t rowId);
|
||||
|
||||
void execute(Utils::SmallStringView sqlStatement);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user