Expose transactions to improve sqlite write performance
This commit is contained in:
parent
1ae47938e5
commit
c2f8e9a15e
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ namespace MatterHackers.MatterControl.DataStorage
|
|||
List<T> Query<T>(string query, params object[] args) where T : new();
|
||||
//SQLiteCommand CreateCommand(string cmdText, params object[] ps);
|
||||
T ExecuteScalar<T>(string query, params object[] args);
|
||||
int InsertAll(System.Collections.IEnumerable objects);
|
||||
void RunInTransaction (Action action);
|
||||
void Close();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue